CsDebugScript.Engine.Debuggers.DbgEngDllHelpers.StackFrameSwitcher.StackFrameSwitcher C# (CSharp) Method

StackFrameSwitcher() public method

Initializes a new instance of the StackFrameSwitcher class.
public StackFrameSwitcher ( StateCache stateCache, StackFrame stackFrame ) : System
stateCache StateCache The state cache.
stackFrame StackFrame The stack frame.
return System
        public StackFrameSwitcher(StateCache stateCache, StackFrame stackFrame)
        {
            stateCache.SwitchStackFrame(stackFrame);
        }