C# Class DefaultApp.AppWinForms.AppUpdater

Afficher le fichier Open project: ServiceStackApps/ReactDesktopApps Class Usage Examples

Méthodes publiques

Méthode Description
ApplyUpdates ( string deployUrl ) : Task
CheckForUpdates ( string deployUrl ) : Task
CreateShortcutForThisExe ( ) : void
Dispose ( ) : void
RemoveShortcutForThisExe ( ) : void

Method Details

ApplyUpdates() public static méthode

public static ApplyUpdates ( string deployUrl ) : Task
deployUrl string
Résultat Task

CheckForUpdates() public static méthode

public static CheckForUpdates ( string deployUrl ) : Task
deployUrl string
Résultat Task

CreateShortcutForThisExe() public static méthode

public static CreateShortcutForThisExe ( ) : void
Résultat void

Dispose() public static méthode

public static Dispose ( ) : void
Résultat void

RemoveShortcutForThisExe() public static méthode

public static RemoveShortcutForThisExe ( ) : void
Résultat void