Method | Purpose |
ConstructorInfo[ ] GetConstructors() | Obtains a list of the constructors. |
EventInfo[ ] GetEvents() | Obtains a list of events. |
FieldInfo[ ] GetFields() | Obtains a list of the fields. |
MemberInfo[ ] GetMembers() | Obtains a list of the members. |
MethodInfo[ ] GetMethods() | Obtains a list of methods. |
PropertyInfo[ ] GetProperties() | Obtains a list of properties. |