InterfaceMapping.TargetMethods フィールド

定義

インターフェイスを実装するメソッドを示します。

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

フィールド値

属性

注釈

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

適用対象

こちらもご覧ください