CorDebugSetContextFlag Enumeration
Indicates whether the context is from the active (or leaf) frame on the stack or has been computed by unwinding from another frame.
Syntax
typedef enum CorDebugSetContextFlag
{
SET_CONTEXT_FLAG_ACTIVE_FRAME = 1
SET_CONTEXT_FLAG_UNWIND_FRAME = 2
} CorDebugSetContextFlag;
Members
Member | Description |
---|---|
SET_CONTEXT_FLAG_ACTIVE_FRAME | The context is the thread’s active context. |
SET_CONTEXT_FLAG_UNWIND_FRAME | The context has been computed by unwinding from another frame. |
Remarks
CorDebugSetContextFlag
provides values that are used by the ICorDebugStackWalk::SetContext method.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.