C# Class ZeroInstall.Services.Injector.Executor.CommandLineSplit

Represents a command-line split into a path and arguments part.
显示文件 Open project: 0install/0install-win

Public Properties

Property Type Description
Arguments string
Path string

Public Methods

Method Description
CommandLineSplit ( string path, string arguments ) : System

Method Details

CommandLineSplit() public method

public CommandLineSplit ( string path, string arguments ) : System
path string
arguments string
return System

Property Details

Arguments public_oe property

public string Arguments
return string

Path public_oe property

public string Path
return string