C# Класс ZeroInstall.Publish.Capture.CommandMapper.CommandTuple

An association of a command-line with a Command.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Command Command
CommandLine string

Открытые методы

Метод Описание
CommandTuple ( string commandLine, Command command ) : System

Creates a new command tuple.

Описание методов

CommandTuple() публичный Метод

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.
Результат System

Описание свойств

Command публичное свойство

The command coressponding to the execution of the command-line.
public Command Command
Результат Command

CommandLine публичное свойство

The full command-line rooted in the filesystem.
public string CommandLine
Результат string