IReflect.GetMethod Method
.NET Framework 4.5
Retrieves a MethodInfo object that corresponds to a specified method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetMethod(String, BindingFlags) | Retrieves a MethodInfo object that corresponds to a specified method under specified search constraints. |
|
GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) | Retrieves a MethodInfo object corresponding to a specified method, using a Type array to choose from among overloaded methods. |