C# Class Runt.Bootstrap.Kre

Afficher le fichier Open project: Runt-Editor/Runt Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CreateProcess ( ) : Process
Kre ( string bin ) : System
MaybeQuote ( string arg ) : string

Method Details

At() public méthode

public At ( string path ) : Kre
path string
Résultat Kre

From() public static méthode

public static From ( string path ) : Kre
path string
Résultat Kre

Join() public méthode

public Join ( ) : Task
Résultat Task

Run() public méthode

public Run ( string program ) : Kre
program string
Résultat Kre

Start() public méthode

public Start ( ) : void
Résultat void

WithAppBase() public méthode

public WithAppBase ( string appBase ) : Kre
appBase string
Résultat Kre

WithArgs() public méthode

public WithArgs ( ) : Kre
Résultat Kre