CommandExecuteAsync(TextReader, TextWriter, TextWriter) - метод |
Executes a command using specified IO streams and arguments which will be read from the input stream.
Пространство имён:
Tessa.Platform.CommandLine
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public Task ExecuteAsync(
TextReader input,
TextWriter output,
TextWriter error
)
Public Function ExecuteAsync (
input As TextReader,
output As TextWriter,
error As TextWriter
) As Task
public:
Task^ ExecuteAsync(
TextReader^ input,
TextWriter^ output,
TextWriter^ error
)
member ExecuteAsync :
input : TextReader *
output : TextWriter *
error : TextWriter -> Task
Параметры
- 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.
Возвращаемое значение
Тип:
TaskИсключения См. также