C# Class Runt.Bootstrap.Kre

显示文件 Open project: Runt-Editor/Runt Class Usage Examples

Public Methods

Method Description
At ( string path ) : Kre
From ( string path ) : Kre
Join ( ) : Task
Run ( string program ) : Kre
Start ( ) : void
WithAppBase ( string appBase ) : Kre
WithArgs ( ) : Kre

Private Methods

Method Description
CreateProcess ( ) : Process
Kre ( string bin ) : System
MaybeQuote ( string arg ) : string

Method Details

At() public method

public At ( string path ) : Kre
path string
return Kre

From() public static method

public static From ( string path ) : Kre
path string
return Kre

Join() public method

public Join ( ) : Task
return Task

Run() public method

public Run ( string program ) : Kre
program string
return Kre

Start() public method

public Start ( ) : void
return void

WithAppBase() public method

public WithAppBase ( string appBase ) : Kre
appBase string
return Kre

WithArgs() public method

public WithArgs ( ) : Kre
return Kre