TypeDelegator.GetInterfaceMap(Type) Méthode

Définition

Retourne un mappage d’interface pour le type d’interface spécifié.

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

De Type l’interface pour récupérer un mappage.

Retours

Objet représentant le mappage d’interface InterfaceMapping pour interfaceType.

Attributs

Remarques

La carte d’interface indique comment une interface est mappée dans les méthodes réelles d’une classe qui implémente cette interface.

S’applique à

Voir aussi