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