C# Class ZeroInstall.Publish.Capture.CommandMapper.CommandTuple

An association of a command-line with a Command.
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Свойство Type Description
Command Command
CommandLine string

Méthodes publiques

Méthode Description
CommandTuple ( string commandLine, Command command ) : System

Creates a new command tuple.

Method Details

CommandTuple() public méthode

Creates a new command tuple.
public CommandTuple ( string commandLine, Command command ) : System
commandLine string The full command-line rooted in the filesystem.
command Command The command coressponding to the execution of the command-line.
Résultat System

Property Details

Command public_oe property

The command coressponding to the execution of the command-line.
public Command Command
Résultat Command

CommandLine public_oe property

The full command-line rooted in the filesystem.
public string CommandLine
Résultat string