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

CommandContextExecuteCoreAsync - метод

When overridden in a derived class, provides execution logic.

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
protected override Task ExecuteCoreAsync(
	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 which were passed to the command.

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

Тип: Task
См. также