指定した基準のメソッドを返します。
オーバーロードの一覧
指定した名前のメソッドを返します。
[Visual Basic] Overloads Public Function GetMethod(String) As MethodInfo
指定した名前とパラメータ型のメソッドを返します。
[Visual Basic] Overloads Public Function GetMethod(String, Type()) As MethodInfo
[JScript] public function GetMethod(String, Type[]) : MethodInfo;
指定した名前、バインディング情報、呼び出し規約、パラメータ型、およびパラメータ修飾子を持つメソッドを返します。
[Visual Basic] Overloads Public Function GetMethod(String, BindingFlags, Binder, CallingConventions, Type(), ParameterModifier()) As MethodInfo