C# 클래스 msos.UnifiedStackTraces

파일 보기 프로젝트 열기: goldshtn/msos 1 사용 예제들

공개 메소드들

메소드 설명
GetStackTrace ( uint threadIndex ) : List
GetStackTraceFromContext ( uint threadIndex, CONTEXT context ) : List
GetStackTraceFromStoredEvent ( ) : List
PrintStackTrace ( CommandExecutionContext context, IEnumerable stackTrace ) : void
PrintStackTrace ( CommandExecutionContext context, uint index ) : void
UnifiedStackTraces ( IDebugClient debugClient, CommandExecutionContext context ) : CmdLine

비공개 메소드들

메소드 설명
GetManagedStackTrace ( Microsoft.Diagnostics.Runtime.ClrThread thread ) : List
GetNativeStackTrace ( uint engineThreadId, CONTEXT context ) : List
GetThreadInfo ( uint threadIndex ) : ThreadInformation

메소드 상세

GetStackTrace() 공개 메소드

public GetStackTrace ( uint threadIndex ) : List
threadIndex uint
리턴 List

GetStackTraceFromContext() 공개 메소드

public GetStackTraceFromContext ( uint threadIndex, CONTEXT context ) : List
threadIndex uint
context CONTEXT
리턴 List

GetStackTraceFromStoredEvent() 공개 메소드

public GetStackTraceFromStoredEvent ( ) : List
리턴 List

PrintStackTrace() 공개 메소드

public PrintStackTrace ( CommandExecutionContext context, IEnumerable stackTrace ) : void
context CommandExecutionContext
stackTrace IEnumerable
리턴 void

PrintStackTrace() 공개 메소드

public PrintStackTrace ( CommandExecutionContext context, uint index ) : void
context CommandExecutionContext
index uint
리턴 void

UnifiedStackTraces() 공개 메소드

public UnifiedStackTraces ( IDebugClient debugClient, CommandExecutionContext context ) : CmdLine
debugClient IDebugClient
context CommandExecutionContext
리턴 CmdLine