C# Class Dev2.Studio.App

Interaction logic for App.xaml
Inheritance: IApp
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
App ( ) : System
Shutdown ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
ForceShutdown ( ) : void
OnApplicationDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnExit() protected méthode

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

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void