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

显示文件 Open project: BitAlchemists/Elenears-Erben Class Usage Examples

Public Methods

Method Description
ConsoleInterpreter ( ) : System
ProcessLine ( string line ) : void
RegisterCommand ( ConsoleCommand command ) : void

Method Details

ConsoleInterpreter() public method

public ConsoleInterpreter ( ) : System
return System

ProcessLine() public method

public ProcessLine ( string line ) : void
line string
return void

RegisterCommand() public method

public RegisterCommand ( ConsoleCommand command ) : void
command ConsoleCommand
return void