AccessibleObject::IReflect::GetMembers 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::MemberInfo objects corresponding either to all public members or to all members of the current class. For a description of this member, see IReflect::GetMembers.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual array<MemberInfo^>^ GetMembers( BindingFlags bindingAttr ) sealed = IReflect::GetMembers
Parameters
- bindingAttr
-
Type:
System.Reflection::BindingFlags
The binding attributes used to control the search.
Return Value
Type: array<System.Reflection::MemberInfo^>^An array of System.Reflection::MemberInfo objects containing all the member information for this reflection object.
Implements
IReflect::GetMembers(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: