Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Reflection.EventAttributes

Assembly: System.Runtime

Specifies the attributes of an event.

Values

None
Specifies that the event has no attributes.
SpecialName
Specifies that the event is special in a way described by the name.
ReservedMask
Specifies a reserved flag for common language runtime use only.
RTSpecialName
Specifies that the common language runtime should check name encoding.