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