C# 클래스 Coinium.Core.Commands.CommandManager

파일 보기 프로젝트 열기: Ziftr/CoiniumServ

공개 메소드들

메소드 설명
ExtractCommandAndParameters ( string line, string &command, string &parameters ) : bool
Parse ( string line ) : void

Parses a given line from console as a command if any.

비공개 메소드들

메소드 설명
CommandManager ( ) : System
RegisterCommandGroups ( ) : void

Finds and registers commands that exist in assembly.

메소드 상세

ExtractCommandAndParameters() 공개 정적인 메소드

public static ExtractCommandAndParameters ( string line, string &command, string &parameters ) : bool
line string
command string
parameters string
리턴 bool

Parse() 공개 정적인 메소드

Parses a given line from console as a command if any.
public static Parse ( string line ) : void
line string The line to be parsed.
리턴 void