C# Класс Microsoft.HockeyApp.HockeyClientWinFormsExtensions

HockeyClient Extension for WinForms.
Показать файл Открыть проект

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

Метод Описание
Configure ( this @this, string identifier, bool keepRunningAfterException ) : IHockeyClientConfigurable

Configures HockeyClient.

RegisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable

Adds the handler for UnobservedTaskExceptions

SendCrashesAsync ( this @this ) : Task

Send crashes to the HockeyApp server

UnregisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable

Removes the handler for UnobservedTaskExceptions

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

Метод Описание
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Current_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void

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

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

Configures HockeyClient.
public static Configure ( this @this, string identifier, bool keepRunningAfterException ) : IHockeyClientConfigurable
@this this
identifier string Identfier.
keepRunningAfterException bool Keep running after exception.
Результат IHockeyClientConfigurable

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

Adds the handler for UnobservedTaskExceptions
public static RegisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable
@this this
Результат IHockeyClientConfigurable

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

Send crashes to the HockeyApp server
public static SendCrashesAsync ( this @this ) : Task
@this this
Результат Task

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

Removes the handler for UnobservedTaskExceptions
public static UnregisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable
@this this
Результат IHockeyClientConfigurable