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

Represents a run-environment executable configuration pending to be applied via environment variables.
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Свойство Type Description
CommandLine List
ExeName string

Méthodes publiques

Méthode Description
RunEnvPending ( string name, List commandLine ) : System

Method Details

RunEnvPending() public méthode

public RunEnvPending ( string name, List commandLine ) : System
name string The executable's file name without any file ending.
commandLine List The command-line the executable should run.
Résultat System

Property Details

CommandLine public_oe property

The command-line the executable should run.
public List CommandLine
Résultat List

ExeName public_oe property

The executable's file name without any file ending.
public string ExeName
Résultat string