Note
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ შესვლა ან დირექტორიების შეცვლა.
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ დირექტორიების შეცვლა.
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 .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.6