指定したメソッドをリフレクションによって検索します。
オーバーロードの一覧
パブリック メソッドだけを検索対象として、指定したメソッドをリフレクションによって検索します。
.NET Compact Framework でもサポート。
[Visual Basic] Overloads Protected Shared Function FindMethod(Type, String, Type(), Type) As MethodInfo
[C#] protected static MethodInfo FindMethod(Type, string, Type[], Type);
[C++] protected: static MethodInfo* FindMethod(Type*, String*, Type*[], Type*);
[JScript] protected static function FindMethod(Type, String, Type[], Type) : MethodInfo;
パブリック メソッドだけを検索対象とすることを指定して、特定のメソッドをリフレクションによって検索します。
.NET Compact Framework でもサポート。
[Visual Basic] Overloads Protected Shared Function FindMethod(Type, String, Type(), Type, Boolean) As MethodInfo
[C#] protected static MethodInfo FindMethod(Type, string, Type[], Type, bool);
[C++] protected: static MethodInfo* FindMethod(Type*, String*, Type*[], Type*, bool);
[JScript] protected static function FindMethod(Type, String, Type[], Type, Boolean) : MethodInfo;
参照
MemberDescriptor クラス | MemberDescriptor メンバ | System.ComponentModel 名前空間