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