C# Class EE.Common.Application.Console.ConsoleInterpreter

Afficher le fichier Open project: BitAlchemists/Elenears-Erben Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleInterpreter ( ) : System
ProcessLine ( string line ) : void
RegisterCommand ( ConsoleCommand command ) : void

Method Details

ConsoleInterpreter() public méthode

public ConsoleInterpreter ( ) : System
Résultat System

ProcessLine() public méthode

public ProcessLine ( string line ) : void
line string
Résultat void

RegisterCommand() public méthode

public RegisterCommand ( ConsoleCommand command ) : void
command ConsoleCommand
Résultat void