Method FromUIntPtr
FromUIntPtr(nuint)
Declaration
public static Pointer FromUIntPtr(nuint value)
Parameters
| Type | Name | Description |
|---|---|---|
| nuint | value | The memory address to create a Pointer from. |
Returns
| Type | Description |
|---|---|
| Pointer | A Pointer that points to the same memory address as the specified |
Implements
Remarks
The value must not be 0. If it is, an ArgumentNullException will be thrown.
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|