IReflect::GetMethod Method

 

Retrieves a MethodInfo object that corresponds to a specified method.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetMethod(String^, BindingFlags)

Retrieves a MethodInfo object that corresponds to a specified method under specified search constraints.

System_CAPS_pubmethodGetMethod(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.

Return to top
Show: