The overloads of GetMethod are listed below. For a list of all members, see the Type Members list.
GetMethod(string) : System.Reflection.MethodInfo Returns a System.Reflection.MethodInfo object that reflects the public method that has the specified name and is defined in the type represented by the current instance.GetMethod(string, System.Reflection.BindingFlags) : System.Reflection.MethodInfo Returns a System.Reflection.MethodInfo object that reflects the method that has the specified name and is defined in the type represented by the current instance.GetMethod(string, Type[]) : System.Reflection.MethodInfo Returns a System.Reflection.MethodInfo object that reflects the public method defined in the type represented by the current instance that has the specified name and parameter information.GetMethod(string, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.MethodInfo Returns a System.Reflection.MethodInfo object that reflects the public method that has the specified name and is defined in the type represented by the current instance.GetMethod(string, System.Reflection.BindingFlags, System.Reflection.Binder, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.MethodInfo Returns a System.Reflection.MethodInfo object that reflects the method that matches the specified criteria and is defined in the type represented by the current instance.GetMethod(string, System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.MethodInfo Documentation for this section has not yet been entered.