CorDebugSetContextFlag Enumeration
.NET Framework 4.5
Indicates whether the context is from the active (or leaf) frame on the stack or has been computed by unwinding from another frame.
typedef enum CorDebugSetContextFlag
{
SET_CONTEXT_FLAG_ACTIVE_FRAME = 1
SET_CONTEXT_FLAG_UNWIND_FRAME = 2
} CorDebugSetContextFlag;
CorDebugSetContextFlag provides values that are used by the ICorDebugStackWalk::SetContext method.
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 4.5, 4