Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Reflection.MemberTypes
Assembly: System.Runtime
Marks each type of member that is defined as a derived class of <see cref="T:System.Reflection.MemberInfo" /> .
Values
Constructor
Specifies that the member is a constructor.
Event
Specifies that the member is an event.
Field
Specifies that the member is a field.
Method
Specifies that the member is a method.
Property
Specifies that the member is a property.
TypeInfo
Specifies that the member is a type.
Custom
Specifies that the member is a custom member type.
NestedType
Specifies that the member is a nested type.
All
Specifies all member types.