Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CryEngine
Utilities
PointerWrapper
C# Class 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)
Show file
Open project: PoppermostProductions/CryMono
Class Usage Examples
Public Properties
Property
Type
Description
Handle
System.IntPtr
Public Methods
Method
Description
PointerWrapper
(
IntPtr
pointer
) :
System
Method Details
PointerWrapper()
public
method
public
PointerWrapper
(
IntPtr
pointer
) :
System
pointer
System.IntPtr
return
System
Property Details
Handle
public property
public
IntPtr,System
Handle
return
System.IntPtr