ComponentOne Bitmap for UWP
ComObject Constructor(Object)

C1.UWP.DX Assembly > C1.Util.DX Namespace > ComObject Class > ComObject Constructor : ComObject Constructor(Object)
Reference to a IUnknown object
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

Reference

ComObject Class
ComObject Members
Overload List