CorEventAttr Enumeration

Contains values that describe the metadata of an event.

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 .NET Framework System Requirements.

Header: CorHdr.h

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Other Resources

Metadata Enumerations