CorDebugDecodeEventFlagsWindows Enumeration
Provides additional information about debug events on the Windows platform.
Syntax
typedef enum CorDebugDecodeEventFlagsWindows {
IS_FIRST_CHANCE = 1,
} CorDebugDecodeEventFlagsWindows;
Members
Member | Description |
---|---|
IS_FIRST_CHANCE |
Indicates that the debug event is a first-chance exception. |
Remarks
The ICorDebugProcess6::DecodeEvent method includes a dwFlags
parameter that provides additional information about a debug event and whose value is dependent on the target architecture. The CorDebugDecodeEventFlagsWindows
enumeration can be used with debug events on the Windows platform.
Note
This enumeration is intended for use in .NET Native debugging scenarios only.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.6, .NET Native only
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.