C# 클래스 Mono.Debugger.Backtrace

상속: DebuggerMarshalByRefObject
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
Backtrace ( StackFrame first_frame ) : System
Print ( ) : string
this ( int number ) : StackFrame

비공개 메소드들

메소드 설명
AddFrame ( StackFrame new_frame ) : void
GetBacktrace ( ThreadServant thread, TargetMemoryAccess memory, Mode mode, TargetAddress until, int max_frames ) : void
IsFrameOkForMode ( StackFrame frame, Mode mode ) : bool
TryCallback ( ThreadServant thread, TargetMemoryAccess memory, StackFrame &frame, bool exact_match ) : bool
TryLMF ( ThreadServant thread, TargetMemoryAccess memory ) : StackFrame
TryUnwind ( ThreadServant thread, TargetMemoryAccess memory, Mode mode, TargetAddress until ) : bool

메소드 상세

Backtrace() 공개 메소드

public Backtrace ( StackFrame first_frame ) : System
first_frame StackFrame
리턴 System

Print() 공개 메소드

public Print ( ) : string
리턴 string

this() 공개 메소드

public this ( int number ) : StackFrame
number int
리턴 StackFrame