IRegistrationServices.TypeRepresentsComType(Type) Methode

Definition

Bestimmt, ob der angegebene Typ ein COM-Typ ist.

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

Parameter

type
Type

Der Typ, für den bestimmt wird, ob es sich um einen COM-Typ handelt.

Gibt zurück

true, wenn der angegebene Typ ein COM-Typ ist, andernfalls false.

Gilt für: