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