C# Class ZetboxApp.Wizard.Shell

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
Execute ( string file, string arguments = null ) : int
ExecuteAsync ( string file, string arguments = null ) : void
Shell ( Messages messages, string basePath ) : System

Private Methods

Méthode Description
ExecuteCore ( string file, string arguments ) : Process

Method Details

Execute() public méthode

public Execute ( string file, string arguments = null ) : int
file string
arguments string
Résultat int

ExecuteAsync() public méthode

public ExecuteAsync ( string file, string arguments = null ) : void
file string
arguments string
Résultat void

Shell() public méthode

public Shell ( Messages messages, string basePath ) : System
messages Messages
basePath string
Résultat System