C# Class AdvancedLauncher.Management.Execution.DirectLauncher

Direct launcher which execute program AS IS
Inheritance: AbstractLauncher
Datei anzeigen Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method Description
Execute ( string application, string arguments ) : bool

Execute process with arguments

Method Details

Execute() public method

Execute process with arguments
public Execute ( string application, string arguments ) : bool
application string Path to executable
arguments string Arguments
return bool