Method FromPointer
FromPointer(IntPtr)
Converts pointer into ref LogMemoryManager
Declaration
public static ref LogMemoryManager FromPointer(IntPtr memoryManager)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | memoryManager | IntPtr that should reference LogMemoryManager. Cannot be null |
Returns
Type | Description |
---|---|
LogMemoryManager | LogMemoryManager converted from a pointer |