CommandExtensionsExecuteAllAsync(Command, TextReader, TextWriter, TextWriter, Char) - метод |
Пространство имён:
Tessa.Platform.CommandLine
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static Task ExecuteAllAsync(
this Command command,
TextReader input,
TextWriter output,
TextWriter error,
char namePrefix
)
<ExtensionAttribute>
Public Shared Function ExecuteAllAsync (
command As Command,
input As TextReader,
output As TextWriter,
error As TextWriter,
namePrefix As Char
) As Task
public:
[ExtensionAttribute]
static Task^ ExecuteAllAsync(
Command^ command,
TextReader^ input,
TextWriter^ output,
TextWriter^ error,
wchar_t namePrefix
)
[<ExtensionAttribute>]
static member ExecuteAllAsync :
command : Command *
input : TextReader *
output : TextWriter *
error : TextWriter *
namePrefix : char -> Task
Параметры
- command
- Тип: Tessa.Platform.CommandLineCommand
- input
- Тип: System.IOTextReader
- output
- Тип: System.IOTextWriter
- error
- Тип: System.IOTextWriter
- namePrefix
- Тип: SystemChar
Возвращаемое значение
Тип:
TaskПримечание об использовании
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
Command. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).
См. также