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