CommandExecuteAsync(String) - метод

Executes a command using standard IO streams and specified arguments.

Definition

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

Параметры

args  String
Command-line arguments to be passed to the command.

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

Task

См. также