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

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

Attributs

Remarques

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

S’applique à

Voir aussi