C# Class ClickOnceUpdate.SingleInstanceApplication

Inheritance: System.Windows.Application
Show file Open project: IvanLeonenko/ClickOnceCustomUpdate

Public Methods

Method Description
GetPublisher ( ) : string
GetShortcutPath ( ) : string
Restart ( ) : void

Protected Methods

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

Private Methods

Method Description
CreateClickOnceShortcut ( string location ) : void
GetDeploymentInfo ( ) : ApplicationId
ReleaseMutex ( ) : void

Method Details

GetPublisher() public static method

public static GetPublisher ( ) : string
return string

GetShortcutPath() public static method

public static GetShortcutPath ( ) : string
return string

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

Restart() public method

public Restart ( ) : void
return void