C# Класс Tectil.NCommand.Contract.ExecutionContext

Execution context
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExecutionContext ( ConsoleUtility io, CommandResult command, CommandRunner runner, List arguments, CommandConfiguration configuration ) : System.Collections.Generic

Initializes a new instance of the ExecutionContext class.

Описание методов

ExecutionContext() публичный Метод

Initializes a new instance of the ExecutionContext class.
public ExecutionContext ( ConsoleUtility io, CommandResult command, CommandRunner runner, List arguments, CommandConfiguration configuration ) : System.Collections.Generic
io ConsoleUtility The io.
command CommandResult The command.
runner CommandRunner The runner.
arguments List The arguments.
configuration CommandConfiguration The configuration.
Результат System.Collections.Generic