IReflect::GetMethod Method

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIReflect::GetMethod(String^, BindingFlags)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a System.Reflection::MethodInfo object corresponding to a specified method under specified search constraints. For a description of this member, see IReflect::GetMethod.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIReflect::GetMethod(String^, BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a System.Reflection::MethodInfo object corresponding to a specified method, using a Type array to choose from among overloaded methods. For a description of this member, see IReflect::GetMethod.

Return to top
Show: