_Type.IsCOMObject Property

Definition

Provides COM objects with version-independent access to the IsCOMObject property.

public:
 property bool IsCOMObject { bool get(); };
public bool IsCOMObject { get; }
member this.IsCOMObject : bool
Public ReadOnly Property IsCOMObject As Boolean

Property Value

true if the Type is a COM object; otherwise, false.

Remarks

This property is for access to managed classes from unmanaged code, and should not be called from managed code.

The Type.IsCOMObject property gets a value indicating whether the Type is a COM object.

Applies to