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

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

Executes a command using specified IO streams and arguments.

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

Параметры

input
Тип: System.IOTextReader
The TextReader that represents an input stream.
output
Тип: System.IOTextWriter
The TextWriter that represents an output stream.
error
Тип: System.IOTextWriter
The TextWriter that represents an error stream.
args
Тип: Tessa.Platform.CommandLineArgumentEnumerator
Command-line arguments to be passed to the command.

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

Тип: Task
Исключения
ИсключениеУсловие
ArgumentNullExceptioninput, output, error, or args is null.
См. также