C# 클래스 AdvancedLauncher.Management.Execution.DirectLauncher

Direct launcher which execute program AS IS
상속: AbstractLauncher
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 메소드들

메소드 설명
Execute ( string application, string arguments ) : bool

Execute process with arguments

메소드 상세

Execute() 공개 메소드

Execute process with arguments
public Execute ( string application, string arguments ) : bool
application string Path to executable
arguments string Arguments
리턴 bool