C# 클래스 Runt.Bootstrap.Kre

파일 보기 프로젝트 열기: Runt-Editor/Runt 1 사용 예제들

공개 메소드들

메소드 설명
At ( string path ) : Kre
From ( string path ) : Kre
Join ( ) : Task
Run ( string program ) : Kre
Start ( ) : void
WithAppBase ( string appBase ) : Kre
WithArgs ( ) : Kre

비공개 메소드들

메소드 설명
CreateProcess ( ) : Process
Kre ( string bin ) : System
MaybeQuote ( string arg ) : string

메소드 상세

At() 공개 메소드

public At ( string path ) : Kre
path string
리턴 Kre

From() 공개 정적인 메소드

public static From ( string path ) : Kre
path string
리턴 Kre

Join() 공개 메소드

public Join ( ) : Task
리턴 Task

Run() 공개 메소드

public Run ( string program ) : Kre
program string
리턴 Kre

Start() 공개 메소드

public Start ( ) : void
리턴 void

WithAppBase() 공개 메소드

public WithAppBase ( string appBase ) : Kre
appBase string
리턴 Kre

WithArgs() 공개 메소드

public WithArgs ( ) : Kre
리턴 Kre