Method | Description | |
---|---|---|
ApartmentDescription ( this thread ) : string | ||
IsThreadPoolThread ( this thread ) : bool | ||
SpecialDescription ( this thread ) : string | ||
WriteCurrentExceptionStackTraceToContext ( this thread, |
||
WriteCurrentStackTraceToContext ( this thread, |
||
WriteStackTraceToContext ( this thread, IList |
Method | Description | |
---|---|---|
DisplayOneArgumentOrLocal ( |
public static ApartmentDescription ( this thread ) : string | ||
thread | this | |
return | string |
public static IsThreadPoolThread ( this thread ) : bool | ||
thread | this | |
return | bool |
public static SpecialDescription ( this thread ) : string | ||
thread | this | |
return | string |
public static WriteCurrentExceptionStackTraceToContext ( this thread, |
||
thread | this | |
context | ||
displayArgumentsAndLocals | bool | |
return | void |
public static WriteCurrentStackTraceToContext ( this thread, |
||
thread | this | |
context | ||
displayArgumentsAndLocals | bool | |
return | void |
public static WriteStackTraceToContext ( this thread, IList |
||
thread | this | |
stackTrace | IList |
|
context | ||
displayArgumentsAndLocals | bool | |
return | void |