C# 클래스 Orchestra.DotNetPatchHelper

Class that makes sure to inform the user if a bug occurs due to a missing .net patch.
파일 보기 프로젝트 열기: WildGums/Orchestra

공개 메소드들

메소드 설명
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