C# Class Simple.Generator.Console.ConsoleCommandReader

Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
ConsoleCommandReader ( ContextBase context, bool safe ) : System
Run ( IEnumerable args ) : void

Private Methods

Méthode Description
CheckRetry ( string command ) : bool
ReadCommand ( string &command ) : bool

Method Details

ConsoleCommandReader() public méthode

public ConsoleCommandReader ( ContextBase context, bool safe ) : System
context ContextBase
safe bool
Résultat System

Run() public méthode

public Run ( IEnumerable args ) : void
args IEnumerable
Résultat void