IReflect::GetMembers Method (BindingFlags)
.NET Framework (current version)
Retrieves an array of MemberInfo objects that correspond either to all public members or to all members of the current class.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- bindingAttr
-
Type:
System.Reflection::BindingFlags
The binding attributes used to control the search.
Return Value
Type: array<System.Reflection::MemberInfo^>^An array of MemberInfo objects containing all the member information for this reflection object.
This method retrieves an array of MemberInfo objects by using the binding attribute that corresponds either to all public members or to all members of the current class. It returns an array of all of the members defined for this object.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: