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

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

Public Properties

Property Type Description
CommandLine List
ExeName string

Public Methods

Method Description
RunEnvPending ( string name, List commandLine ) : System

Method Details

RunEnvPending() public method

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.
return System

Property Details

CommandLine public property

The command-line the executable should run.
public List CommandLine
return List

ExeName public property

The executable's file name without any file ending.
public string ExeName
return string