ComObjectCallback Constructor
ComObjectCallback(IntPtr)
Initializes a new instance of the ComObject class.
Declaration
protected ComObjectCallback(IntPtr pointer)
Protected Sub New(pointer As IntPtr)
Parameters
| Type |
Name |
Description |
| IntPtr |
pointer |
Pointer to Cpp Object
|