Enum MemberTypes
- Namespace
- System.Reflection
- Assembly
- mscorlib.dll
Marks each type of member that is defined as a derived class of MemberInfo.
public enum MemberTypes
Fields
All = 191Specifies all member types.
Constructor = 1Specifies that the member is a constructor
Custom = 64Specifies that the member is a custom member type
Event = 2Specifies that the member is an event
Field = 4Specifies that the member is a field
Method = 8Specifies that the member is a method
NestedType = 128Specifies that the member is a nested type
Property = 16Specifies that the member is a property
TypeInfo = 32Specifies that the member is a type
Remarks
Available only in mscorlib build with support for System.Reflection.