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)
Afficher le fichier Open project: PoppermostProductions/CryMono Class Usage Examples

Méthodes publiques

Свойство Type Description
Handle System.IntPtr

Méthodes publiques

Méthode Description
PointerWrapper ( IntPtr pointer ) : System

Method Details

PointerWrapper() public méthode

public PointerWrapper ( IntPtr pointer ) : System
pointer System.IntPtr
Résultat System

Property Details

Handle public_oe property

public IntPtr,System Handle
Résultat System.IntPtr