C# 클래스 Nekobot.Commands.CommandParser

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

공개 메소드들

메소드 설명
ParseArgs ( string input, int startPos, Nekobot.Commands.Command command, string &args ) : CommandErrorType?
ParseCommand ( string input, CommandMap map, IEnumerable &commands, int &endPos ) : bool

비공개 메소드들

메소드 설명
IsWhiteSpace ( char c ) : bool

메소드 상세

ParseArgs() 공개 정적인 메소드

public static ParseArgs ( string input, int startPos, Nekobot.Commands.Command command, string &args ) : CommandErrorType?
input string
startPos int
command Nekobot.Commands.Command
args string
리턴 CommandErrorType?

ParseCommand() 공개 정적인 메소드

public static ParseCommand ( string input, CommandMap map, IEnumerable &commands, int &endPos ) : bool
input string
map CommandMap
commands IEnumerable
endPos int
리턴 bool