C# 클래스 ZeroInstall.Program

Launches the bootstrapping GUI for Zero Install.
파일 보기 프로젝트 열기: 0install/0install-win

공개 프로퍼티들

프로퍼티 타입 설명
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