C# Class ZeroInstall.Program

Launches the bootstrapping GUI for Zero Install.
Show file Open project: 0install/0install-win

Public Properties

Property Type Description
ExeName string
ExePath string

Public Methods

Method Description
Main ( string args ) : int

The main entry point for the application.

Private Methods

Method Description
Run ( string args, ITaskHandler handler, bool gui ) : ExitCode

Runs the application.

RunCli ( string args ) : ExitCode

Runs the application in command-line mode.

RunCliWindows ( string args ) : ExitCode

Runs the application in command-line mode with special-case handling for retroactively attached Windows consoles.

RunGui ( string args ) : ExitCode

Runs the application in GUI mode.

Method Details

Main() public static method

The main entry point for the application.
public static Main ( string args ) : int
args string
return int

Property Details

ExeName public static property

The current EXE name (without the file ending) of this binary.
public static string ExeName
return string

ExePath public static property

The full path of this binary.
public static string ExePath
return string