Operator explicit operator
explicit operator NullableFunctionPointer(NullablePersistentPointer)
Converts a NullablePersistentPointer to a NullableFunctionPointer.
Declaration
public static explicit operator NullableFunctionPointer(NullablePersistentPointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePersistentPointer | pointer | The NullablePersistentPointer to convert. |
Returns
| Type | Description |
|---|---|
| NullableFunctionPointer | A NullableFunctionPointer pointing to the target function that's the same target as the specified NullablePersistentPointer, reinterpreted as an executable function. |
explicit operator NullablePersistentFunctionPointer(NullablePersistentPointer)
Converts a NullablePersistentPointer to a NullablePersistentFunctionPointer.
Declaration
public static explicit operator NullablePersistentFunctionPointer(NullablePersistentPointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePersistentPointer | pointer | The NullablePersistentPointer to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentFunctionPointer | A NullablePersistentFunctionPointer pointing to the target function that's the same target as the specified NullablePersistentPointer, reinterpreted as an executable function. |