System::Reflection::MemberTypes enum
Contents
[
Hide
]MemberTypes enum
Marks each type of member.
enum class MemberTypes
Values
| Name | Value | Description | 
|---|---|---|
| Constructor | 1 | Specifies that the member is a constructor. | 
| Event | 2 | Specifies that the member is an event. | 
| Field | 4 | Specifies that the member is a field. | 
| Method | 8 | Specifies that the member is a method. | 
| Property | 16 | Specifies that the member is a property. | 
| TypeInfo | 32 | Specifies that the member is a type. | 
| Custom | 64 | Specifies that the member is a custom member type. | 
| NestedType | 128 | Specifies that the member is a nested type. | 
| All | 191 | Specifies all member types. | 
See Also
- Namespace System::Reflection
- Library Aspose.PUB for C++