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