C# Класс msos.ClrThreadExtensions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ApartmentDescription ( this thread ) : string
IsThreadPoolThread ( this thread ) : bool
SpecialDescription ( this thread ) : string
WriteCurrentExceptionStackTraceToContext ( this thread, CommandExecutionContext context, bool displayArgumentsAndLocals ) : void
WriteCurrentStackTraceToContext ( this thread, CommandExecutionContext context, bool displayArgumentsAndLocals ) : void
WriteStackTraceToContext ( this thread, IList stackTrace, CommandExecutionContext context, bool displayArgumentsAndLocals ) : void

Приватные методы

Метод Описание
DisplayOneArgumentOrLocal ( CommandExecutionContext context, string which, ArgumentOrLocal argOrLocal ) : void

Описание методов

ApartmentDescription() публичный статический Метод

public static ApartmentDescription ( this thread ) : string
thread this
Результат string

IsThreadPoolThread() публичный статический Метод

public static IsThreadPoolThread ( this thread ) : bool
thread this
Результат bool

SpecialDescription() публичный статический Метод

public static SpecialDescription ( this thread ) : string
thread this
Результат string

WriteCurrentExceptionStackTraceToContext() публичный статический Метод

public static WriteCurrentExceptionStackTraceToContext ( this thread, CommandExecutionContext context, bool displayArgumentsAndLocals ) : void
thread this
context CommandExecutionContext
displayArgumentsAndLocals bool
Результат void

WriteCurrentStackTraceToContext() публичный статический Метод

public static WriteCurrentStackTraceToContext ( this thread, CommandExecutionContext context, bool displayArgumentsAndLocals ) : void
thread this
context CommandExecutionContext
displayArgumentsAndLocals bool
Результат void

WriteStackTraceToContext() публичный статический Метод

public static WriteStackTraceToContext ( this thread, IList stackTrace, CommandExecutionContext context, bool displayArgumentsAndLocals ) : void
thread this
stackTrace IList
context CommandExecutionContext
displayArgumentsAndLocals bool
Результат void