Property | Type | Description | |
---|---|---|---|
Executed | EventHandler |
||
Executing | EventHandler |
||
PrepareFunction | Func |
||
RunFunction | Func |
Method | Description | |
---|---|---|
CommandLineProgram ( ) : System | ||
CommandLineProgram ( Func |
||
CommandLineProgram ( Func |
||
Execute ( ) : |
||
Execute ( |
||
Execute ( |
||
Execute ( string filename ) : |
||
Execute ( string filename, CommandLineRunOptions runOptions ) : |
||
Execute ( string filename, string args ) : |
||
Execute ( string filename, string args, CommandLineRunOptions runOptions ) : |
||
Prepare ( ) : |
||
Run ( |
||
Run ( |
public CommandLineProgram ( Func |
||
prepareFunction | Func |
|
return | System |
public CommandLineProgram ( Func |
||
prepareFunction | Func |
|
runFunction | Func |
|
return | System |
public Execute ( |
||
processStartInfo | ||
return |
public Execute ( |
||
processStartInfo | ||
runOptions | CommandLineRunOptions | |
return |
public Execute ( string filename ) : |
||
filename | string | |
return |
public Execute ( string filename, CommandLineRunOptions runOptions ) : |
||
filename | string | |
runOptions | CommandLineRunOptions | |
return |
public Execute ( string filename, string args ) : |
||
filename | string | |
args | string | |
return |
public Execute ( string filename, string args, CommandLineRunOptions runOptions ) : |
||
filename | string | |
args | string | |
runOptions | CommandLineRunOptions | |
return |
public static Prepare ( ) : |
||
return |
public static Run ( |
||
processStartInfo | ||
return |
public static Run ( |
||
processStartInfo | ||
options | CommandLineRunOptions | |
return |