C# Class MTMCL.App

App.xaml 的互動邏輯
Inheritance: System.Windows.Application
Afficher le fichier Open project: cvronmin/metocraft

Méthodes publiques

Свойство Type Description
ProgramStarted System.Threading.EventWaitHandle
forceNonDedicate bool

Méthodes publiques

Méthode Description
AboutToExit ( ) : void

Méthodes protégées

Méthode Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode 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 méthode

public static AboutToExit ( ) : void
Résultat void

OnExit() protected méthode

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Résultat void

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void

Property Details

ProgramStarted public_oe static_oe property

public static EventWaitHandle,System.Threading ProgramStarted
Résultat System.Threading.EventWaitHandle

forceNonDedicate public_oe static_oe property

public static bool forceNonDedicate
Résultat bool