C# 클래스 Tantric.Scripting.CommandInterpreter

파일 보기 프로젝트 열기: TheEtiologist/tantric 1 사용 예제들

공개 메소드들

메소드 설명
CommandInterpreter ( ) : System
Evaluate ( String command ) : void
RegisterCommand ( Command command ) : void

메소드 상세

CommandInterpreter() 공개 메소드

public CommandInterpreter ( ) : System
리턴 System

Evaluate() 공개 메소드

public Evaluate ( String command ) : void
command String
리턴 void

RegisterCommand() 공개 메소드

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