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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา