C# Class IrrlichtNETCP.NativeElement

Inheritance: IDisposable
Show file Open project: Paulus/irrlichtnetcp

Protected Properties

Property Type Description
_raw System.IntPtr

Public Methods

Method Description
Dispose ( ) : void
DumpElements ( ) : void
GetObject ( IntPtr raw, Type t ) : object
NativeElement ( ) : System
NativeElement ( IntPtr raw ) : System
Null ( ) : bool

Protected Methods

Method Description
Initialize ( IntPtr raw ) : void

Private Methods

Method Description
Pointer_SafeRelease ( IntPtr pointer ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DumpElements() public method

public DumpElements ( ) : void
return void

GetObject() public static method

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

Initialize() protected method

protected Initialize ( IntPtr raw ) : void
raw System.IntPtr
return void

NativeElement() public method

public NativeElement ( ) : System
return System

NativeElement() public method

public NativeElement ( IntPtr raw ) : System
raw System.IntPtr
return System

Null() public method

public Null ( ) : bool
return bool

Property Details

_raw protected property

protected IntPtr,System _raw
return System.IntPtr