C# Class MTMCL.App

App.xaml 的互動邏輯
Inheritance: System.Windows.Application
Show file Open project: cvronmin/metocraft

Public Properties

Property Type Description
ProgramStarted System.Threading.EventWaitHandle
forceNonDedicate bool

Public Methods

Method Description
AboutToExit ( ) : void

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
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

Method Details

AboutToExit() public static method

public static AboutToExit ( ) : void
return void

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void

Property Details

ProgramStarted public static property

public static EventWaitHandle,System.Threading ProgramStarted
return System.Threading.EventWaitHandle

forceNonDedicate public static property

public static bool forceNonDedicate
return bool