Method | Description | |
---|---|---|
CCommandManager ( ) : System |
Indulási függvény.
|
|
CIncomingInfo ( string info ) : bool |
A bejövő információkat dolgozza fel és meghívja a parancsot ha létezik olyan.
|
|
GetCommandHandler ( ) : ConsoleMethod>.Dictionary |
Kimenetként kiírja a parancsokat és a hozzá tartozó függvényeket.
|
|
RegisterHandler ( string command, ConsoleDelegate method ) : void |
Parancs regisztráló függvény.
|
|
RemoveHandler ( string command ) : void |
Parancs eltávolító függvény.
|
|
RemoveHandler ( string command, ConsoleDelegate method ) : void |
Parancs eltávolító függvény.
|
Method | Description | |
---|---|---|
InitHandler ( ) : void |
Regisztrálja a kódban tárolt parancsokat.
|
public static GetCommandHandler ( ) : ConsoleMethod>.Dictionary |
||
return | ConsoleMethod>.Dictionary |
public static RegisterHandler ( string command, ConsoleDelegate method ) : void | ||
command | string | |
method | ConsoleDelegate | |
return | void |
public static RemoveHandler ( string command ) : void | ||
command | string | |
return | void |
public static RemoveHandler ( string command, ConsoleDelegate method ) : void | ||
command | string | |
method | ConsoleDelegate | |
return | void |