C# Class Coinium.Core.Commands.CommandManager

Afficher le fichier Open project: Ziftr/CoiniumServ

Méthodes publiques

Méthode Description
ExtractCommandAndParameters ( string line, string &command, string &parameters ) : bool
Parse ( string line ) : void

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

Private Methods

Méthode Description
CommandManager ( ) : System
RegisterCommandGroups ( ) : void

Finds and registers commands that exist in assembly.

Method Details

ExtractCommandAndParameters() public static méthode

public static ExtractCommandAndParameters ( string line, string &command, string &parameters ) : bool
line string
command string
parameters string
Résultat bool

Parse() public static méthode

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