[]
        
(Showing Draft Content)

C1.Util.DX.ComObject.-ctor

ComObject Constructor

ComObject(IntPtr)

Initializes a new instance of the ComObject class.

Declaration
public ComObject(IntPtr pointer)
Parameters
Type Name Description
IntPtr pointer

Pointer to Cpp Object

ComObject(object)

Initializes a new instance of the ComObject class from a IUnknown object.

Declaration
public ComObject(object iunknownObject)
Parameters
Type Name Description
object iunknownObject

Reference to a IUnknown object