mscorlib(4.0.0.0) API with additions
EventAttributes.cs
2 
3 namespace System.Reflection
4 {
7  [Flags]
8  [ComVisible(true)]
9  [__DynamicallyInvokable]
10  public enum EventAttributes
11  {
13  [__DynamicallyInvokable]
14  None = 0x0,
16  [__DynamicallyInvokable]
17  SpecialName = 0x200,
19  ReservedMask = 0x400,
21  [__DynamicallyInvokable]
22  RTSpecialName = 0x400
23  }
24 }
Definition: __Canon.cs:3
Specifies that the common language runtime should check name encoding.
EventAttributes
Specifies the attributes of an event.
Specifies a reserved flag for common language runtime use only.
Specifies that the class can be serialized.
Specifies that the event is special in a way described by the name.