C# Класс Tectil.NCommand.ExecutionFlows.RunInteractive

Run in interactive mode. Commands will be listed and can be executed multiple times.
Наследование: Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowBase, IExecutionFlow
Показать файл Открыть проект

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

Метод Описание
Run ( ExecutionContext context ) : void

Runs the command in interactive mode.

Приватные методы

Метод Описание
ParsePlus ( string line ) : int
RunCommand ( ExecutionContext context ) : bool

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

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

Runs the command in interactive mode.
public Run ( ExecutionContext context ) : void
context Tectil.NCommand.Contract.ExecutionContext Execution context
Результат void