Method | Description | |
---|---|---|
ExecuteConsoleCommand ( string command ) : string | ||
GetCommandProcess ( string cmd, string workingDir = "" ) : |
Method | Description | |
---|---|---|
CheckPath ( string &path ) : void | ||
ExecuteSubCommand ( string flag, string args, string &result ) : void | ||
GetFlagResult ( string flag ) : string | ||
HasFlag ( string result, string flag ) : bool | ||
SetCommandFlag ( string flag, string &result ) : void |
public static ExecuteConsoleCommand ( string command ) : string | ||
command | string | |
return | string |
public static GetCommandProcess ( string cmd, string workingDir = "" ) : |
||
cmd | string | |
workingDir | string | |
return |