AccessibleObject::IReflect::GetMethod Method (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.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual MethodInfo^ GetMethod( String^ name, BindingFlags bindingAttr ) sealed = IReflect::GetMethod
Parameters
- name
-
Type:
System::String^
The name of the member to find.
- bindingAttr
-
Type:
System.Reflection::BindingFlags
The binding attributes used to control the search.
Return Value
Type: System.Reflection::MethodInfo^A System.Reflection::MethodInfo object containing the method information, with the match being based on the method name and search constraints specified in bindingAttr.
| Exception | Condition |
|---|---|
| AmbiguousMatchException | The object implements multiple methods with the same name. |
This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IReflect interface.
Available since 1.1