CommandExecuteAsync(TextReader, TextWriter, TextWriter, ArgumentEnumerator) - метод

Executes a command using specified IO streams and arguments.

Definition

Пространство имён: Tessa.Platform.CommandLine
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public Task ExecuteAsync(
	TextReader input,
	TextWriter output,
	TextWriter error,
	ArgumentEnumerator args
)

Параметры

input  TextReader
The TextReader that represents an input stream.
output  TextWriter
The TextWriter that represents an output stream.
error  TextWriter
The TextWriter that represents an error stream.
args  ArgumentEnumerator
Command-line arguments to be passed to the command.

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

Task

Исключения

ArgumentNullExceptioninput, output, error, or args is null.

См. также