| EventAttributes {System.Reflection} | .NET clr documentation |
# namespace System.Reflection
export class EventAttributes extends Enum {
None: EventAttributes = 0;
SpecialName: EventAttributes = 512;
RTSpecialName: EventAttributes = 1024;
ReservedMask: EventAttributes = 1024;
}
None: EventAttributesSpecialName: EventAttributesRTSpecialName: EventAttributesReservedMask: EventAttributes