Constructor Handle
Handle(ulong)
Creates a Handle.
Declaration
public Handle(ulong gcHandle)
Parameters
Type | Name | Description |
---|---|---|
ulong | gcHandle | The handle value, which can be obtained e.g. from PinGCArrayAndGetDataAddress(Array, out ulong) or PinGCObjectAndGetAddress(object, out ulong). |
See Also
AsNativeArray<T>(T[], out Handle)