C# Класс Orchestra.DotNetPatchHelper

Class that makes sure to inform the user if a bug occurs due to a missing .net patch.
Показать файл Открыть проект

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

Метод Описание
Initialize ( ) : void

Initializes the patch helper.

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

Метод Описание
HandleException ( Exception ex ) : bool
InitializeAppDomain ( ) : void
InitializeApplication ( ) : void
OnAppDomainFirstChanceException ( object sender, System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs e ) : void
OnAppDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
ShowMessage ( string content ) : void

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

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

Initializes the patch helper.
public static Initialize ( ) : void
Результат void