Метод | Описание | |
---|---|---|
Error ( string format ) : void | ||
GetSplitArgs ( string text ) : List |
||
ParseArgs ( ) : List |
||
RunCmd ( string text ) : bool | ||
RunCmd ( string cmd, List |
||
RunCmd ( string cmd, string args ) : bool | ||
RunCmd ( string cmd, string args, List |
public static Error ( string format ) : void | ||
format | string | |
Результат | void |
public static GetSplitArgs ( string text ) : List |
||
text | string | |
Результат | List |
public static RunCmd ( string text ) : bool | ||
text | string | |
Результат | bool |
public static RunCmd ( string cmd, List |
||
cmd | string | |
splitArgs | List |
|
Результат | bool |
public static RunCmd ( string cmd, string args ) : bool | ||
cmd | string | |
args | string | |
Результат | bool |
public static RunCmd ( string cmd, string args, List |
||
cmd | string | |
args | string | |
splitArgs | List |
|
Результат | bool |