TypeDelegator.GetInterfaceMap(Type) Méthode

Définition

Retourne un mappage d'interface pour le type 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

Type de l'interface dont le mappage doit être récupéré.

Retours

InterfaceMapping

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

Attributs

Remarques

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

S’applique à

Voir aussi