Click or drag to resize
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.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
MemberInfo[] GetMembers(
	BindingFlags bindingAttr
)

Parameters

bindingAttr
Type: System.ReflectionBindingFlags
The binding attributes used to control the search.

Return Value

Type: MemberInfo
An array of MemberInfo objects containing all the member information for this reflection object.
See Also