Для изменения размера нажмите или перетащите

CommandExecuteAsync(String) - метод

Executes a command using standard IO streams and specified arguments.

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public Task ExecuteAsync(
	string args
)

Параметры

args
Тип: SystemString
Command-line arguments to be passed to the command.

Возвращаемое значение

Тип: Task
См. также