The overloads of GetMethod
are listed below. For a list of all members, see the Type Members list.
Public Methods
| GetMethod(string) : System.Reflection.MethodInfoReturns 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.MethodInfoReturns 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.MethodInfoReturns 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.MethodInfoReturns 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.MethodInfoReturns 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.MethodInfoDocumentation for this section has not yet been entered. |