C# Class ExecuteProcess, chronojump

Exibir arquivo Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
run ( string file_name, List parameters ) : Result
runShowErrorIfNotStarted ( string file_name, List parameters ) : Result

Private Methods

Method Description
runDo ( string file_name, List parameters ) : Result

Method Details

run() public static method

public static run ( string file_name, List parameters ) : Result
file_name string
parameters List
return Result

runShowErrorIfNotStarted() public static method

public static runShowErrorIfNotStarted ( string file_name, List parameters ) : Result
file_name string
parameters List
return Result