March 2002
Intermediate to advanced
864 pages
31h 8m
English
EventAttributes
This enumeration of the attributes can be placed on events.
None specifies
no attributes.
ReservedMask
is a reserved flag for use only by the runtime.
SpecialName
indicates that the event is described by the name.
RTSpecialName
is similar, but states that the runtime should check the
encoding of the name.
public enum EventAttributes { None = 0, SpecialName = 512, ReservedMask = 1024, RTSpecialName = 1024 }
System.Object→System.ValueType→System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→EventAttributes
EventInfo.Attributes
System.Reflection.Emit.TypeBuilder.DefineEvent()