Returns all the public members of the current
Type.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public MemberInfo[] GetMembers()
Return Value
Type:
MemberInfoAn array of
MemberInfo objects representing all the public members of the current
Type.-or- An empty array of type
MemberInfo, if the current
Type does not have public members.
See Also