次の方法で共有


IReflect.GetMethod メソッド

指定したメソッドに対応する MethodInfo オブジェクトを取得します。

オーバーロードの一覧

指定した検索制約の下で、指定したメソッドに対応する MethodInfo オブジェクトを取得します。

[Visual Basic] Overloads Function GetMethod(String, BindingFlags) As MethodInfo

[C#] MethodInfo GetMethod(string, BindingFlags);

[C++] MethodInfo* GetMethod(String*, BindingFlags);

[JScript] function GetMethod(String, BindingFlags) : MethodInfo;

オーバーロードされたメソッドの中から選択する type 配列を使用して、指定したメソッドに対応する MethodInfo オブジェクトを取得します。

[Visual Basic] Overloads Function GetMethod(String, BindingFlags, Binder, Type(), ParameterModifier()) As MethodInfo

[C#] MethodInfo GetMethod(string, BindingFlags, Binder, Type[], ParameterModifier[]);

[C++] MethodInfo* GetMethod(String*, BindingFlags, Binder*, Type[], ParameterModifier[]);

[JScript] function GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) : MethodInfo;

参照

IReflect インターフェイス | IReflect メンバ | System.Reflection 名前空間