C# Class AdvancedLauncher.Management.Execution.AbstractLauncher

Inheritance: ILauncher
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Méthode Description
Execute ( string application ) : bool

Execute process

Execute ( string application, string arguments ) : bool

Execute process with arguments

StartProcess ( string application, string arguments ) : bool

Execute process

Méthodes protégées

Méthode Description
IsExecutableWorking ( string path ) : bool

Check is executable already working

Method Details

Execute() public méthode

Execute process
public Execute ( string application ) : bool
application string Path to executable
Résultat bool

Execute() public abstract méthode

Execute process with arguments
public abstract Execute ( string application, string arguments ) : bool
application string Path to executable
arguments string Arguments
Résultat bool

IsExecutableWorking() protected static méthode

Check is executable already working
protected static IsExecutableWorking ( string path ) : bool
path string Path to executable
Résultat bool

StartProcess() public static méthode

Execute process
public static StartProcess ( string application, string arguments ) : bool
application string Path to executable
arguments string Arguments
Résultat bool