C# 클래스 EE.Common.Application.Console.ConsoleInterpreter

파일 보기 프로젝트 열기: BitAlchemists/Elenears-Erben 1 사용 예제들

공개 메소드들

메소드 설명
ConsoleInterpreter ( ) : System
ProcessLine ( string line ) : void
RegisterCommand ( ConsoleCommand command ) : void

메소드 상세

ConsoleInterpreter() 공개 메소드

public ConsoleInterpreter ( ) : System
리턴 System

ProcessLine() 공개 메소드

public ProcessLine ( string line ) : void
line string
리턴 void

RegisterCommand() 공개 메소드

public RegisterCommand ( ConsoleCommand command ) : void
command ConsoleCommand
리턴 void