CorDebugRecordFormat Enumeration
Describes the format of the data in a byte array that contains information about a native exception debug event.
Syntax
typedef enum CorDebugRecordFormat {
FORMAT_WINDOWS_EXCEPTIONRECORD32 = 1,
FORMAT_WINDOWS_EXCEPTIONRECORD64 = 2,
} CorDebugRecordFormat;
Members
Member | Description |
---|---|
FORMAT_WINDOWS_EXCEPTIONRECORD32 |
The data is a 32-bit Windows exception record. |
FORMAT_WINDOWS_EXCEPTIONRECORD64 |
The data is a 64-bit Windows exception record. |
Remarks
A member of the CorDebugRecordFormat
enumeration is passed to the DecodeEvent method to indicate the format of the byte array in its pRecord
argument.
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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.