Mono.Debugger.Backend.Inferior.GetCurrentFrame C# (CSharp) Method

GetCurrentFrame() public method

public GetCurrentFrame ( ) : StackFrame
return System.Diagnostics.StackFrame
        public StackFrame GetCurrentFrame()
        {
            return GetCurrentFrame (false);
        }

Same methods

Inferior::GetCurrentFrame ( bool may_fail ) : StackFrame
Inferior