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

Executes a command using specified IO streams and arguments which will be read from the input stream.

Definition

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

Параметры

input  TextReader
The TextReader that represents an input stream.
output  TextWriter
The TextWriter that represents an output stream.

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

Task

Исключения

ArgumentNullExceptioninput, output is null.

См. также