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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.