ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / ComObject Class / ComObject Constructor / ComObject Constructor(Object)
Reference to a IUnknown object

In This Topic
    ComObject Constructor(Object)
    In This Topic
    Initializes a new instance of the ComObject class from a IUnknown object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal iunknownObject As System.Object _
    )
    public ComObject( 
       System.object iunknownObject
    )

    Parameters

    iunknownObject
    Reference to a IUnknown object
    See Also