C# 클래스 ZeroInstall.Hooking.RelaunchControl

파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CommandPathCli string
CommandPathGui string

공개 메소드들

메소드 설명
RelaunchControl ( IEnumerable entries, string commandPathGui, string commandPathCli ) : System

Creates a new relaunch control object.

비공개 메소드들

메소드 설명
GetCurrentEntry ( ) : RelaunchEntry

Locates the correct entry for the current process.

메소드 상세

RelaunchControl() 공개 메소드

Creates a new relaunch control object.
public RelaunchControl ( IEnumerable entries, string commandPathGui, string commandPathCli ) : System
entries IEnumerable A list of entries describing how to relaunch individual commands.
commandPathGui string The fully qualified path of the Zero Install Command GUI executable.
commandPathCli string The fully qualified path of the Zero Install Command CLI executable.
리턴 System

프로퍼티 상세

CommandPathCli 공개적으로 프로퍼티

The fully qualified path of the Zero Install Command Cli executable.
public string CommandPathCli
리턴 string

CommandPathGui 공개적으로 프로퍼티

The fully qualified path of the Zero Install Command GUI executable.
public string CommandPathGui
리턴 string