Click or drag to resize
TypeGetMembers Method
Returns all the public members of the current Type.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public MemberInfo[] GetMembers()

Return Value

Type: MemberInfo
An 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