C# Class Mosa.Utility.Launcher.BaseLauncher

Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
AddOutput ( string status ) : void
BaseLauncher ( Options options, AppLocations appLocations ) : System.Collections.Generic

Méthodes protégées

Méthode Description
GetOutput ( Process process ) : string
GetResource ( string name ) : byte[]
GetResource ( string path, string name ) : byte[]
LaunchApplication ( string app, string args ) : Process
LaunchApplication ( string app, string arg, bool getOutput ) : Process
LaunchConsoleApplication ( string app, string args ) : Process
OutputEvent ( string status ) : void
Quote ( string location ) : string

Method Details

AddOutput() public méthode

public AddOutput ( string status ) : void
status string
Résultat void

BaseLauncher() public méthode

public BaseLauncher ( Options options, AppLocations appLocations ) : System.Collections.Generic
options Options
appLocations AppLocations
Résultat System.Collections.Generic

GetOutput() protected méthode

protected GetOutput ( Process process ) : string
process System.Diagnostics.Process
Résultat string

GetResource() protected static méthode

protected static GetResource ( string name ) : byte[]
name string
Résultat byte[]

GetResource() protected static méthode

protected static GetResource ( string path, string name ) : byte[]
path string
name string
Résultat byte[]

LaunchApplication() protected méthode

protected LaunchApplication ( string app, string args ) : Process
app string
args string
Résultat System.Diagnostics.Process

LaunchApplication() protected méthode

protected LaunchApplication ( string app, string arg, bool getOutput ) : Process
app string
arg string
getOutput bool
Résultat System.Diagnostics.Process

LaunchConsoleApplication() protected méthode

protected LaunchConsoleApplication ( string app, string args ) : Process
app string
args string
Résultat System.Diagnostics.Process

OutputEvent() protected méthode

protected OutputEvent ( string status ) : void
status string
Résultat void

Quote() protected static méthode

protected static Quote ( string location ) : string
location string
Résultat string