C# Class ZeroInstall.Commands.CliCommands.Run

This behaves similarly to Download, except that it also runs the program after ensuring it is in the cache.
Inheritance: Download
Show file Open project: 0install/0install-win Class Usage Examples

Protected Properties

Property Type Description
NoWait bool

Public Methods

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

Protected Methods

Method Description
Solve ( ) : void

Private Methods

Method Description
BackgroundUpdate ( ) : void

Updates the application in a background proccess.

CreateRunHook ( ) : IDisposable
LaunchImplementation ( ) : Process

Method Details

Execute() public method

public Execute ( ) : ExitCode
return ExitCode

Run() public method

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

Solve() protected method

protected Solve ( ) : void
return void

Property Details

NoWait protected property

Immediately returns once the chosen program has been launched instead of waiting for it to finish executing.
protected bool NoWait
return bool