C# 클래스 ZeroInstall.Services.Injector.Executor.RunEnvPending

Represents a run-environment executable configuration pending to be applied via environment variables.
파일 보기 프로젝트 열기: 0install/0install-win

공개 프로퍼티들

프로퍼티 타입 설명
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