IRegistrationServices.TypeRepresentsComType(Type) 方法

定义

确定指定的类型是否为 COM 类型。

public:
 bool TypeRepresentsComType(Type ^ type);
public bool TypeRepresentsComType (Type type);
abstract member TypeRepresentsComType : Type -> bool
Public Function TypeRepresentsComType (type As Type) As Boolean

参数

type
Type

要确定其是否为 COM 类型的类型。

返回

如果指定的类型为 COM 类型,则为 true;否则为 false

适用于