C# 클래스 ZeroInstall.Commands.CliCommands.Run

This behaves similarly to Download, except that it also runs the program after ensuring it is in the cache.
상속: Download
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
NoWait bool

공개 메소드들

메소드 설명
Execute ( ) : ExitCode
Run ( [ handler ) : System

보호된 메소드들

메소드 설명
Solve ( ) : void

비공개 메소드들

메소드 설명
BackgroundUpdate ( ) : void

Updates the application in a background proccess.

CreateRunHook ( ) : IDisposable
LaunchImplementation ( ) : Process

메소드 상세

Execute() 공개 메소드

public Execute ( ) : ExitCode
리턴 ExitCode

Run() 공개 메소드

public Run ( [ handler ) : System
handler [
리턴 System

Solve() 보호된 메소드

protected Solve ( ) : void
리턴 void

프로퍼티 상세

NoWait 보호되어 있는 프로퍼티

Immediately returns once the chosen program has been launched instead of waiting for it to finish executing.
protected bool NoWait
리턴 bool