[]
        
(Showing Draft Content)

C1.Util.DX.FunctionCallback.-ctor

FunctionCallback Constructor

FunctionCallback(IntPtr)

Initializes a new instance of the FunctionCallback class.

Declaration
public FunctionCallback(IntPtr pointer)
Public Sub New(pointer As IntPtr)
Parameters
Type Name Description
IntPtr pointer

FunctionCallback(void*)

Initializes a new instance of the FunctionCallback class.

Declaration
[CLSCompliant(false)]
public FunctionCallback(void* pointer)
<CLSCompliant(False)>
Public Sub New(pointer As Void*)
Parameters
Type Name Description
void* pointer