RegistrationServices.TypeRepresentsComType Method
.NET Framework 1.1
Determines whether the specified type is a COM type.
[Visual Basic] Public Overridable Function TypeRepresentsComType( _ ByVal type As Type _ ) As Boolean Implements IRegistrationServices.TypeRepresentsComType [C#] public virtual bool TypeRepresentsComType( Type type ); [C++] public: virtual bool TypeRepresentsComType( Type* type ); [JScript] public function TypeRepresentsComType( type : Type ) : Boolean;
Parameters
- type
- The type to check for being a COM type.
Return Value
true if the specified type is a COM type; otherwise false.
Implements
IRegistrationServices.TypeRepresentsComType
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace