The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RegistrationServices::TypeRepresentsComType Method (Type^)
.NET Framework (current version)
Indicates whether a type is marked with the ComImportAttribute, or derives from a type marked with the ComImportAttribute and shares the same GUID as the parent.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- type
-
Type:
System::Type^
The type to check for being a COM type.
Return Value
Type: System::Booleantrue if a type is marked with the ComImportAttribute, or derives from a type marked with the ComImportAttribute and shares the same GUID as the parent; otherwise false.
.NET Framework
Available since 1.1
Available since 1.1
Show: