Method FromUIntPtr
FromUIntPtr(nuint)
Creates a NullablePersistentFunctionPointer from a memory address given as a nint.
Declaration
public static NullablePersistentFunctionPointer FromUIntPtr(nuint value)
Parameters
| Type | Name | Description |
|---|---|---|
| nuint | value | The memory address to create a NullablePersistentFunctionPointer from. |
Returns
| Type | Description |
|---|---|
| NullablePersistentFunctionPointer | A NullablePersistentFunctionPointer that points to the same memory address as the specified |