Mono Class Library: System.Type Overview | Members

System.Type.GetMembers Overloads

The overloads of GetMembers are listed below. For a list of all members, see the Type Members list.

Public Methods

GetMembers() : System.Reflection.MemberInfo[]
Returns an array of System.Reflection.MemberInfo objects that reflect the public members defined in the type represented by the current instance.
abstract
GetMembers(System.Reflection.BindingFlags) : System.Reflection.MemberInfo[]
Returns an array of System.Reflection.MemberInfo objects that reflect the members that are defined in the type represented by the current instance and match the specified binding constraints.