IReflect::GetMethod Method
.NET Framework (current version)
Retrieves a MethodInfo object that corresponds to a specified method.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetMethod(String^, BindingFlags) | Retrieves a MethodInfo object that corresponds to a specified method under specified search constraints. |
![]() | GetMethod(String^, BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^) | Retrieves a MethodInfo object corresponding to a specified method, using a Type array to choose from among overloaded methods. |
Show:
