CorEventAttr Enumeration
Contains values that describe the metadata of an event.
Syntax
typedef enum CorEventAttr {
evSpecialName = 0x0200,
evReservedMask = 0x0400,
evRTSpecialName = 0x0400,
} CorEventAttr;
Members
Member | Description |
---|---|
evSpecialName |
Specifies that the event is special, and that its name describes how. |
evReservedMask |
Reserved for internal use by the common language runtime. |
evRTSpecialName |
Specifies that the common language runtime should check the encoding of the event name. |
Requirements
Platforms: See System Requirements.
Header: CorHdr.h
.NET Framework Versions: Available since 1.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.