EnumBuilder.GetInterfaceMap(Type) Méthode

Définition

Retourne un mappage d’interface pour l’interface demandée.

public:
 override System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Overrides Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

Paramètres

interfaceType
Type

Type de l’interface pour laquelle le mappage d’interface doit être récupéré.

Retours

Mappage d’interface demandé.

Attributs

Exceptions

Le type n’implémente pas l’interface.

Remarques

Pour contourner ce problème, pour récupérer les types de mappage d’interface d’un type terminé, récupérez le type à l’aide Type.GetType de ou Assembly.GetType et utilisez la réflexion sur le type récupéré.

S’applique à