Interface IConsoleCommand
Namespace: ScriptableFramework.DeveloperConsole
Assembly: cs.temp.dll.dll
Syntax
public interface IConsoleCommand
Properties
CommandWord
Declaration
string CommandWord { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Process(String[])
Declaration
bool Process(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
Returns
Type | Description |
---|---|
System.Boolean |