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

상속: ILauncher
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 메소드들

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

Execute process

Execute ( string application, string arguments ) : bool

Execute process with arguments

StartProcess ( string application, string arguments ) : bool

Execute process

보호된 메소드들

메소드 설명
IsExecutableWorking ( string path ) : bool

Check is executable already working

메소드 상세

Execute() 공개 메소드

Execute process
public Execute ( string application ) : bool
application string Path to executable
리턴 bool

Execute() 공개 추상적인 메소드

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

IsExecutableWorking() 보호된 정적인 메소드

Check is executable already working
protected static IsExecutableWorking ( string path ) : bool
path string Path to executable
리턴 bool

StartProcess() 공개 정적인 메소드

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