C# Class ClickOnceUpdate.SingleInstanceApplication

Inheritance: System.Windows.Application
Afficher le fichier Open project: IvanLeonenko/ClickOnceCustomUpdate

Méthodes publiques

Méthode Description
GetPublisher ( ) : string
GetShortcutPath ( ) : string
Restart ( ) : 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
CreateClickOnceShortcut ( string location ) : void
GetDeploymentInfo ( ) : ApplicationId
ReleaseMutex ( ) : void

Method Details

GetPublisher() public static méthode

public static GetPublisher ( ) : string
Résultat string

GetShortcutPath() public static méthode

public static GetShortcutPath ( ) : string
Résultat string

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

Restart() public méthode

public Restart ( ) : void
Résultat void