Type.IsCOMObjectImpl Method
.NET Framework 1.1
When overridden in a derived class, implements the IsCOMObject property and determines whether the Type is a COM object.
[Visual Basic] Protected MustOverride Function IsCOMObjectImpl() As Boolean [C#] protected abstract bool IsCOMObjectImpl(); [C++] protected: virtual bool IsCOMObjectImpl() = 0; [JScript] protected abstract function IsCOMObjectImpl() : Boolean;
Return Value
true if the Type is a COM object; otherwise, false.
Remarks
This method returns false for COM interfaces because they are not objects. COM interfaces can be implemented by Microsoft .NET Framework objects.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard