C# Class ZeroInstall.Hooking.RelaunchControl

显示文件 Open project: 0install/0install-win Class Usage Examples

Public Properties

Property Type Description
CommandPathCli string
CommandPathGui string

Public Methods

Method Description
RelaunchControl ( IEnumerable entries, string commandPathGui, string commandPathCli ) : System

Creates a new relaunch control object.

Private Methods

Method Description
GetCurrentEntry ( ) : RelaunchEntry

Locates the correct entry for the current process.

Method Details

RelaunchControl() public method

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.
return System

Property Details

CommandPathCli public_oe property

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

CommandPathGui public_oe property

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