C# 클래스 MTMCL.App

App.xaml 的互動邏輯
상속: System.Windows.Application
파일 보기 프로젝트 열기: cvronmin/metocraft

공개 프로퍼티들

프로퍼티 타입 설명
ProgramStarted System.Threading.EventWaitHandle
forceNonDedicate bool

공개 메소드들

메소드 설명
AboutToExit ( ) : void

보호된 메소드들

메소드 설명
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Dispatcher_UnhandledException ( object sender, System e ) : void
DoUpdate ( ) : void
DoUpdate ( string fileName ) : void
DoUpdateDelete ( string fileName ) : void
DoUpdateReplace ( ) : void
DoUpdateReplace ( string fileName ) : void
TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void

메소드 상세

AboutToExit() 공개 정적인 메소드

public static AboutToExit ( ) : void
리턴 void

OnExit() 보호된 메소드

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
리턴 void

OnStartup() 보호된 메소드

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
리턴 void

프로퍼티 상세

ProgramStarted 공개적으로 정적으로 프로퍼티

public static EventWaitHandle,System.Threading ProgramStarted
리턴 System.Threading.EventWaitHandle

forceNonDedicate 공개적으로 정적으로 프로퍼티

public static bool forceNonDedicate
리턴 bool