InterfaceMapping.InterfaceMethods フィールド

定義

インターフェイスで定義されているメソッドを示します。

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() 

フィールド値

属性

注釈

配列で返される要素は、 InterfaceMethods 配列から返される対応する要素と TargetMethods 一致します。 つまり、要素のインデックス作成順序は同じです。

適用対象

こちらもご覧ください