CommandExecuteAsync(ArgumentEnumerator) - метод

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(
	ArgumentEnumerator args
)

Параметры

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

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

Task

См. также