explicit operator Operator
explicit operator IntPtr(FunctionCallback)
Declaration
public static explicit operator IntPtr(FunctionCallback value)
Public Shared Narrowing Operator CType(value As FunctionCallback) As IntPtr
Parameters
Returns
explicit operator FunctionCallback(void*)
Declaration
[CLSCompliant(false)]
public static explicit operator FunctionCallback(void* value)
<CLSCompliant(False)>
Public Shared Narrowing Operator CType(value As Void*) As FunctionCallback
Parameters
| Type |
Name |
Description |
| void* |
value |
|
Returns