Метод | Описание | |
---|---|---|
CmdR ( IParseCommands parser = null, IRouteCommands routing = null, IParseRoutes routeParser = null, ICmdRConsole console = null, ICmdRState state = null, string exitcodes = null, string cmdPrompt = "> " ) : System | ||
CmdR ( string cmdPrompt = "> ", string exitcodes = null ) : System | ||
ExecuteCommand ( string command ) : void | ||
ExecuteCommands ( List |
||
RegisterRoute ( string route, string>.Action |
||
Run ( string args ) : void |
Метод | Описание | |
---|---|---|
Init ( IParseCommands parser, IRouteCommands routing, IParseRoutes routeParser, ICmdRConsole console, ICmdRState state, string exitcodes = null, string cmdPrompt = "> " ) : void |
public CmdR ( IParseCommands parser = null, IRouteCommands routing = null, IParseRoutes routeParser = null, ICmdRConsole console = null, ICmdRState state = null, string exitcodes = null, string cmdPrompt = "> " ) : System | ||
parser | IParseCommands | |
routing | IRouteCommands | |
routeParser | IParseRoutes | |
console | ICmdRConsole | |
state | ICmdRState | |
exitcodes | string | |
cmdPrompt | string | |
Результат | System |
public CmdR ( string cmdPrompt = "> ", string exitcodes = null ) : System | ||
cmdPrompt | string | |
exitcodes | string | |
Результат | System |
public ExecuteCommand ( string command ) : void | ||
command | string | |
Результат | void |
public ExecuteCommands ( List |
||
commands | List |
|
Результат | void |
public RegisterRoute ( string route, string>.Action |
||
route | string | |
action | string>.Action | |
description | string | |
Результат | void |