C# 클래스 CryEngine.Utilities.PointerWrapper

Wrapper to be able to make sure that we're getting the correct handle in C++. In native code, interpret as struct MyStruct { void *pHandle; } (See mono::pointer)
파일 보기 프로젝트 열기: PoppermostProductions/CryMono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Handle System.IntPtr

공개 메소드들

메소드 설명
PointerWrapper ( IntPtr pointer ) : System

메소드 상세

PointerWrapper() 공개 메소드

public PointerWrapper ( IntPtr pointer ) : System
pointer System.IntPtr
리턴 System

프로퍼티 상세

Handle 공개적으로 프로퍼티

public IntPtr,System Handle
리턴 System.IntPtr