[]
Initializes a new instance of the ComObject class.
public ComObject(IntPtr pointer)
| Type | Name | Description |
|---|---|---|
| IntPtr | pointer | Pointer to Cpp Object |
Initializes a new instance of the ComObject class from a IUnknown object.
public ComObject(object iunknownObject)
| Type | Name | Description |
|---|---|---|
| object | iunknownObject | Reference to a IUnknown object |