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

Represents a command-line split into a path and arguments part.
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Свойство Type Description
Arguments string
Path string

Méthodes publiques

Méthode Description
CommandLineSplit ( string path, string arguments ) : System

Method Details

CommandLineSplit() public méthode

public CommandLineSplit ( string path, string arguments ) : System
path string
arguments string
Résultat System

Property Details

Arguments public_oe property

public string Arguments
Résultat string

Path public_oe property

public string Path
Résultat string