C# 클래스 IrrlichtNETCP.NativeElement

상속: IDisposable
파일 보기 프로젝트 열기: Paulus/irrlichtnetcp

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Dispose ( ) : void
DumpElements ( ) : void
GetObject ( IntPtr raw, Type t ) : object
NativeElement ( ) : System
NativeElement ( IntPtr raw ) : System
Null ( ) : bool

보호된 메소드들

메소드 설명
Initialize ( IntPtr raw ) : void

비공개 메소드들

메소드 설명
Pointer_SafeRelease ( IntPtr pointer ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DumpElements() 공개 메소드

public DumpElements ( ) : void
리턴 void

GetObject() 공개 정적인 메소드

public static GetObject ( IntPtr raw, Type t ) : object
raw System.IntPtr
t System.Type
리턴 object

Initialize() 보호된 메소드

protected Initialize ( IntPtr raw ) : void
raw System.IntPtr
리턴 void

NativeElement() 공개 메소드

public NativeElement ( ) : System
리턴 System

NativeElement() 공개 메소드

public NativeElement ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

Null() 공개 메소드

public Null ( ) : bool
리턴 bool

프로퍼티 상세

_raw 보호되어 있는 프로퍼티

protected IntPtr,System _raw
리턴 System.IntPtr