IRegistrationServices.TypeRepresentsComType(Type) Méthode

Définition

Détermine si le type spécifié est un 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

Paramètres

type
Type

Type dont il faut déterminer s’il s’agit d’un type COM.

Retours

true si le type spécifié est un type COM ; sinon, false.

S’applique à