IReflectGetMembers Method |
Retrieves an array of
MemberInfo objects that correspond either to all public members or to all members of the current class.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax MemberInfo[] GetMembers(
BindingFlags bindingAttr
)
Parameters
- bindingAttr
- Type: System.ReflectionBindingFlags
The binding attributes used to control the search.
Return Value
Type:
MemberInfoAn array of
MemberInfo objects containing all the member information for this reflection object.
See Also