C# Class ZeroInstall.Commands.CliCommands.Update

Check for updates to the program and download them if found.
Inheritance: Download
Show file Open project: 0install/0install-win

Public Methods

Method Description
Execute ( ) : ExitCode
Update ( [ handler ) : System

Protected Methods

Method Description
ShowOutput ( ) : ExitCode

Shows a list of changes found by the update process.

Private Methods

Method Description
OldSolve ( ) : void

Run solver with refresh forced off to get the old values

Method Details

Execute() public method

public Execute ( ) : ExitCode
return ExitCode

ShowOutput() protected method

Shows a list of changes found by the update process.
protected ShowOutput ( ) : ExitCode
return ExitCode

Update() public method

public Update ( [ handler ) : System
handler [
return System