AccessibleObject::IReflect::GetMethods Method (BindingFlags)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets an array of System.Reflection::MethodInfo objects with all public methods or all methods of the current class. For a description of this member, see IReflect::GetMethods.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual array<MethodInfo^>^ GetMethods( BindingFlags bindingAttr ) sealed = IReflect::GetMethods
Parameters
- bindingAttr
-
Type:
System.Reflection::BindingFlags
The binding attributes used to control the search.
Return Value
Type: array<System.Reflection::MethodInfo^>^An array of System.Reflection::MethodInfo objects containing all the methods defined for this reflection object that meet the search constraints specified in bindingAttr.
Implements
IReflect::GetMethods(BindingFlags)This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IReflect interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: