Command.ExecuteAsync(TextReader, TextWriter, TextWriter,String[]) - метод |
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,
params string[] args
)
Public Function ExecuteAsync (
input As TextReader,
output As TextWriter,
error As TextWriter,
ParamArray args As String()
) As Task
public:
Task^ ExecuteAsync(
TextReader^ input,
TextWriter^ output,
TextWriter^ error,
... array<String^>^ args
)
member ExecuteAsync :
input : TextReader *
output : TextWriter *
error : TextWriter *
args : string[] -> Task
Параметры
- input
- Тип: System.IO.TextReader
The TextReader that represents an input stream. - output
- Тип: System.IO.TextWriter
The TextWriter that represents an output stream. - error
- Тип: System.IO.TextWriter
The TextWriter that represents an error stream. - args
- Тип:System.String[]
Command-line arguments to be passed to the command.
Возвращаемое значение
Тип:
Task
Исключения
См. также