Class DeveloperConsole
Inheritance
System.Object
DeveloperConsole
Assembly: cs.temp.dll.dll
Syntax
public class DeveloperConsole
Constructors
DeveloperConsole(IEnumerable<IConsoleCommand>)
Declaration
public DeveloperConsole(IEnumerable<IConsoleCommand> commands)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<IConsoleCommand> |
commands |
|
Fields
commands
Declaration
protected readonly IEnumerable<IConsoleCommand> commands
Field Value
Methods
ProcessCommand(String)
Declaration
public bool ProcessCommand(string inputValue)
Parameters
Type |
Name |
Description |
System.String |
inputValue |
|
Returns
Type |
Description |
System.Boolean |
|
ProcessCommand(String, String[])
Declaration
public bool ProcessCommand(string commandInput, string[] args)
Parameters
Type |
Name |
Description |
System.String |
commandInput |
|
System.String[] |
args |
|
Returns
Type |
Description |
System.Boolean |
|