Метод | Описание | |
---|---|---|
CancelMacroCapture ( ) : void | ||
Execute ( |
||
ExecuteAsync ( |
||
IsAsync ( |
||
RunMacro ( string name ) : IEnumerable |
||
SaveMacro ( string name ) : |
||
StartMacroCapture ( ) : void |
Метод | Описание | |
---|---|---|
BuildCommand ( |
||
ValidateCommand ( |
public static CancelMacroCapture ( ) : void | ||
Результат | void |
public static Execute ( |
||
command | ||
commands | CommandList | |
Результат |
public static ExecuteAsync ( |
||
command | ||
commands | CommandList | |
Результат | Task |
public static IsAsync ( |
||
command | ||
commands | CommandList | |
Результат | bool |
public static RunMacro ( string name ) : IEnumerable |
||
name | string | |
Результат | IEnumerable |
public static SaveMacro ( string name ) : |
||
name | string | |
Результат |
public static StartMacroCapture ( ) : void | ||
Результат | void |