C# Class ZeroInstall.Hooking.RelaunchControl

Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Свойство Type Description
CommandPathCli string
CommandPathGui string

Méthodes publiques

Méthode Description
RelaunchControl ( IEnumerable entries, string commandPathGui, string commandPathCli ) : System

Creates a new relaunch control object.

Private Methods

Méthode Description
GetCurrentEntry ( ) : RelaunchEntry

Locates the correct entry for the current process.

Method Details

RelaunchControl() public méthode

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.
Résultat System

Property Details

CommandPathCli public_oe property

The fully qualified path of the Zero Install Command Cli executable.
public string CommandPathCli
Résultat string

CommandPathGui public_oe property

The fully qualified path of the Zero Install Command GUI executable.
public string CommandPathGui
Résultat string