Defines the attributes of an event. EventAttributes values may be bitwise or'ed together to get the appropriate combination.
These are defined in corhdr.h and are a combination of bits and enumerators.
[Visual Basic] Public Enum EventAttributes [C#] public enum EventAttributes [C++] public enum EventAttributes
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
None | [To be supplied.] |
ReservedMask | [To be supplied.] |
RTSpecialName | [To be supplied.] |
SpecialName | [To be supplied.] |
Namespace: System.Reflection
Assembly: mscorlib.dll