C# Class DefaultApp.AppWinForms.AppUpdater

Datei anzeigen Open project: ServiceStackApps/ReactDesktopApps Class Usage Examples

Public Methods

Method Description
ApplyUpdates ( string deployUrl ) : Task
CheckForUpdates ( string deployUrl ) : Task
CreateShortcutForThisExe ( ) : void
Dispose ( ) : void
RemoveShortcutForThisExe ( ) : void

Method Details

ApplyUpdates() public static method

public static ApplyUpdates ( string deployUrl ) : Task
deployUrl string
return Task

CheckForUpdates() public static method

public static CheckForUpdates ( string deployUrl ) : Task
deployUrl string
return Task

CreateShortcutForThisExe() public static method

public static CreateShortcutForThisExe ( ) : void
return void

Dispose() public static method

public static Dispose ( ) : void
return void

RemoveShortcutForThisExe() public static method

public static RemoveShortcutForThisExe ( ) : void
return void