C# Класс ZeroInstall.Program

Launches the bootstrapping GUI for Zero Install.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ExeName string
ExePath string

Открытые методы

Метод Описание
Main ( string args ) : int

The main entry point for the application.

Приватные методы

Метод Описание
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.

Описание методов

Main() публичный статический Метод

The main entry point for the application.
public static Main ( string args ) : int
args string
Результат int

Описание свойств

ExeName публичное статическое свойство

The current EXE name (without the file ending) of this binary.
public static string ExeName
Результат string

ExePath публичное статическое свойство

The full path of this binary.
public static string ExePath
Результат string