[]
Represents a function callback.
public class FunctionCallback
| Name | Description |
|---|---|
| FunctionCallback(IntPtr) | Initializes a new instance of the FunctionCallback class. |
| FunctionCallback(void*) | Initializes a new instance of the FunctionCallback class. |
| Name | Description |
|---|---|
| Pointer | The pointer to the function. |
| Name | Description |
|---|---|
| Equals(FunctionCallback) | Determines whether the specified FunctionCallback is equal to this instance. |
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Returns a hash code for this instance. |
| ToString() | Returns a string that represents this instance. |
| ToString(string) | Returns a string that represents this instance. |
| Name | Description |
|---|---|
| explicit operator IntPtr(FunctionCallback) | Performs an explicit conversion from FunctionCallback to IntPtr. |
| explicit operator FunctionCallback(void*) | Performs an implicit conversion from (void*) to FunctionCallback. |
| implicit operator void*(FunctionCallback) | Performs an implicit conversion from FunctionCallback to (void*). |
| implicit operator FunctionCallback(IntPtr) | Performs an explicit conversion from IntPtr to FunctionCallback. |