MemberTypes

MemberTypes enum

Marks each type of member.

enum class MemberTypes

Values

NameValueDescription
Constructor1Specifies that the member is a constructor.
Event2Specifies that the member is an event.
Field4Specifies that the member is a field.
Method8Specifies that the member is a method.
Property16Specifies that the member is a property.
TypeInfo32Specifies that the member is a type.
Custom64Specifies that the member is a custom member type.
NestedType128Specifies that the member is a nested type.
All191Specifies all member types.

See Also