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