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.6.0.22
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 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.
Task ArgumentNullException | input, output,
or error is null. |