C# 클래스 frapid.Commands.CommandProcessor

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
DisplayError ( string syntax, string format ) : void
Process ( string line ) : void

비공개 메소드들

메소드 설명
Get ( string commandName, string line ) : ICommand

메소드 상세

DisplayError() 공개 정적인 메소드

public static DisplayError ( string syntax, string format ) : void
syntax string
format string
리턴 void

Process() 공개 정적인 메소드

public static Process ( string line ) : void
line string
리턴 void