C# Class ZeroInstall.Program

Launches the bootstrapping GUI for Zero Install.
显示文件 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_oe static_oe property

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

ExePath public_oe static_oe property

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