InterfaceMapping.InterfaceMethods Champ

Définition

Montre les méthodes définies dans l'interface.

public: cli::array <System::Reflection::MethodInfo ^> ^ InterfaceMethods;
public System.Reflection.MethodInfo[] InterfaceMethods;
[System.Runtime.InteropServices.ComVisible(true)]
public System.Reflection.MethodInfo[] InterfaceMethods;
val mutable InterfaceMethods : System.Reflection.MethodInfo[]
[<System.Runtime.InteropServices.ComVisible(true)>]
val mutable InterfaceMethods : System.Reflection.MethodInfo[]
Public InterfaceMethods As MethodInfo() 

Valeur de champ

Attributs

Remarques

Les éléments retournés dans le InterfaceMethods tableau correspondent à leurs éléments équivalents retournés par le TargetMethods tableau. Autrement dit, les éléments sont dans le même ordre d’indexation de tableau.

S’applique à

Voir aussi