C# 클래스 MonoDevelop.Debugger.Win32.CorBacktrace

상속: Mono.Debugging.Evaluation.BaseBacktrace
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateFrame Mono.Debugging.Client.StackFrame
GetFrames IEnumerable

공개 메소드들

메소드 설명
CorBacktrace ( Microsoft.Samples.Debugging.CorDebug.CorThread thread, MonoDevelop.Debugger.Win32.CorDebuggerSession session ) : System.Collections.Generic
Disassemble ( int frameIndex, int firstLine, int count ) : Mono.Debugging.Client.AssemblyLine[]
GetStackFrames ( int firstIndex, int lastIndex ) : Mono.Debugging.Client.StackFrame[]

보호된 메소드들

메소드 설명
GetEvaluationContext ( int frameIndex, Mono.Debugging.Client.EvaluationOptions options ) : Mono.Debugging.Evaluation.EvaluationContext

비공개 메소드들

메소드 설명
CreateFrame ( MonoDevelop.Debugger.Win32.CorDebuggerSession session, Microsoft.Samples.Debugging.CorDebug.CorFrame frame ) : Mono.Debugging.Client.StackFrame
GetFrames ( Microsoft.Samples.Debugging.CorDebug.CorThread thread ) : IEnumerable

메소드 상세

CorBacktrace() 공개 메소드

public CorBacktrace ( Microsoft.Samples.Debugging.CorDebug.CorThread thread, MonoDevelop.Debugger.Win32.CorDebuggerSession session ) : System.Collections.Generic
thread Microsoft.Samples.Debugging.CorDebug.CorThread
session MonoDevelop.Debugger.Win32.CorDebuggerSession
리턴 System.Collections.Generic

Disassemble() 공개 메소드

public Disassemble ( int frameIndex, int firstLine, int count ) : Mono.Debugging.Client.AssemblyLine[]
frameIndex int
firstLine int
count int
리턴 Mono.Debugging.Client.AssemblyLine[]

GetEvaluationContext() 보호된 메소드

protected GetEvaluationContext ( int frameIndex, Mono.Debugging.Client.EvaluationOptions options ) : Mono.Debugging.Evaluation.EvaluationContext
frameIndex int
options Mono.Debugging.Client.EvaluationOptions
리턴 Mono.Debugging.Evaluation.EvaluationContext

GetStackFrames() 공개 메소드

public GetStackFrames ( int firstIndex, int lastIndex ) : Mono.Debugging.Client.StackFrame[]
firstIndex int
lastIndex int
리턴 Mono.Debugging.Client.StackFrame[]