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