C# Class CustomizedClickOnce.Common.ClickOnceHelper

Afficher le fichier Open project: IvanLeonenko/CustomizedClickOnce Class Usage Examples

Private Properties

Свойство Type Description
GetShortcutPath string
GetStartupShortcutPath string
GetUninstallRegistryKeyByProductName Microsoft.Win32.RegistryKey
PostMessage bool
RemoveShortcutFromStartup void
RespondToClickOnceRemovalDialog void
SetForegroundWindow bool
SetHelpLink void
SetNoModify void
SetNoRepair void
SetURLInfoAbout void
UpdateDisplayIcon void
UpdateUninstallString void

Méthodes publiques

Méthode Description
AddShortcutToStartup ( ) : void
ClickOnceHelper ( string publisherName, string productName ) : System
Uninstall ( ) : void
UpdateUninstallParameters ( ) : void

Private Methods

Méthode Description
GetShortcutPath ( ) : string
GetStartupShortcutPath ( ) : string
GetUninstallRegistryKeyByProductName ( string productName ) : RegistryKey
PostMessage ( IntPtr hWnd, [ Msg, IntPtr wParam, IntPtr lParam ) : bool
RemoveShortcutFromStartup ( ) : void
RespondToClickOnceRemovalDialog ( ) : void
SetForegroundWindow ( IntPtr hWnd ) : bool
SetHelpLink ( ) : void
SetNoModify ( ) : void
SetNoRepair ( ) : void
SetURLInfoAbout ( ) : void
UpdateDisplayIcon ( ) : void
UpdateUninstallString ( ) : void

Method Details

AddShortcutToStartup() public méthode

public AddShortcutToStartup ( ) : void
Résultat void

ClickOnceHelper() public méthode

public ClickOnceHelper ( string publisherName, string productName ) : System
publisherName string
productName string
Résultat System

Uninstall() public méthode

public Uninstall ( ) : void
Résultat void

UpdateUninstallParameters() public méthode

public UpdateUninstallParameters ( ) : void
Résultat void