C# 클래스 ZeroInstall.Publish.Capture.CommandMapper.CommandTuple

An association of a command-line with a Command.
파일 보기 프로젝트 열기: 0install/0install-win

공개 프로퍼티들

프로퍼티 타입 설명
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