C# Класс PersonalAnalytics.App

Interaction logic for App.xaml
Наследование: System.Windows.Application, ISingleInstanceApp
Показать файл Открыть проект

Открытые методы

Метод Описание
SignalExternalCommandLineArgs ( IList args ) : bool

This method is used to handle the command line arguments of the second instance.

Защищенные методы

Метод Описание
OnStartup ( System.Windows.StartupEventArgs e ) : void

OnStartup registers all trackers to be available to the user

Приватные методы

Метод Описание
App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void

Handles all the exceptions that are not caught by the application.

App_SessionEnding ( object sender, System.Windows.SessionEndingCancelEventArgs e ) : void

Ads a firewall exception

Application is closed

GetPublishedAppVersion ( ) : string

Gets and Formats the currently published application version.

Main ( ) : void
RegisterAppForPcStartup ( ) : void

Adds the program in the registry as a startup program if it isn't already set.

Описание методов

OnStartup() защищенный Метод

OnStartup registers all trackers to be available to the user
protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Результат void

SignalExternalCommandLineArgs() публичный Метод

This method is used to handle the command line arguments of the second instance.
public SignalExternalCommandLineArgs ( IList args ) : bool
args IList
Результат bool