C# Класс ZeroInstall.Services.Injector.Executor.RunEnvPending

Represents a run-environment executable configuration pending to be applied via environment variables.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CommandLine List
ExeName string

Открытые методы

Метод Описание
RunEnvPending ( string name, List commandLine ) : System

Описание методов

RunEnvPending() публичный Метод

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.
Результат System

Описание свойств

CommandLine публичное свойство

The command-line the executable should run.
public List CommandLine
Результат List

ExeName публичное свойство

The executable's file name without any file ending.
public string ExeName
Результат string