System.Reflection.EventAttributes Enumeration

Specifies the attributes of an event.

Syntax

[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum EventAttributes

Remarks

EventAttributes values may be combined using the bitwise OR operation to get the appropriate combination.

These enums are defined in the corhdr.h file and are a combination of bits and enumerators.

Members

Member NameDescription
None

Specifies that the event has no attributes.

ReservedMask

Specifies a reserved flag for common language runtime use only.

RTSpecialName

Specifies that the common language runtime should check name encoding.

SpecialName

Specifies that the event is special in a way described by the name.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0