Class ObjectMapper
public static class ObjectMapper
- Inheritance
-
ObjectMapper
- Inherited Members
Properties
ObjectCount
public static int ObjectCount { get; }
Property Value
Methods
Map(IntPtr, object, bool)
public static void Map(IntPtr handle, object obj, bool ownedRef)
Parameters
TryGetObject<T>(IntPtr, out T?)
public static bool TryGetObject<T>(IntPtr handle, out T? obj) where T : class, IHandle
Parameters
handle
IntPtrobj
T
Returns
Type Parameters
T
Unmap(IntPtr)
public static void Unmap(IntPtr handle)
Parameters
handle
IntPtr