C# Class Rosalia.TaskLib.Standard.DefaultProcessStarter

Inheritance: IProcessStarter
ファイルを表示 Open project: rosaliafx/Rosalia

Public Methods

Method Description
StartProcess ( string path, string arguments, string workDirectory, Action onStantardOutput, Action onErrorOutput ) : int

Method Details

StartProcess() public method

public StartProcess ( string path, string arguments, string workDirectory, Action onStantardOutput, Action onErrorOutput ) : int
path string
arguments string
workDirectory string
onStantardOutput Action
onErrorOutput Action
return int