Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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;
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. |
CorDebugSetContextFlag
provides values that are used by the ICorDebugStackWalk::SetContext method.
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now