Method | Description | |
---|---|---|
GetStackTrace ( uint threadIndex ) : List |
||
GetStackTraceFromContext ( uint threadIndex, |
||
GetStackTraceFromStoredEvent ( ) : List |
||
PrintStackTrace ( |
||
PrintStackTrace ( |
||
UnifiedStackTraces ( IDebugClient debugClient, |
Method | Description | |
---|---|---|
GetManagedStackTrace ( Microsoft.Diagnostics.Runtime.ClrThread thread ) : List |
||
GetNativeStackTrace ( uint engineThreadId, |
||
GetThreadInfo ( uint threadIndex ) : |
public GetStackTrace ( uint threadIndex ) : List |
||
threadIndex | uint | |
return | List |
public GetStackTraceFromContext ( uint threadIndex, |
||
threadIndex | uint | |
context | ||
return | List |
public GetStackTraceFromStoredEvent ( ) : List |
||
return | List |
public PrintStackTrace ( |
||
context | ||
stackTrace | IEnumerable |
|
return | void |
public PrintStackTrace ( |
||
context | ||
index | uint | |
return | void |
public UnifiedStackTraces ( IDebugClient debugClient, |
||
debugClient | IDebugClient | |
context | ||
return | CmdLine |