IReflect.GetMembers Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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: 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.