ComponentOne Bitmap for WPF
C1.WPF.DX.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 Object _
    )
    public ComObject( 
       object iunknownObject
    )

    Parameters

    iunknownObject
    Reference to a IUnknown object
    See Also