aceCommandEntry Class |
Namespace: imbACE.Services.console
The aceCommandEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| aceCommandEntry | Initializes a new instance of the aceCommandEntry class |
| Name | Description | |
|---|---|---|
| axe | ||
| carg | ||
| command |
Textual representation of the main command verb
(Inherited from commandLineEntry.) | |
| commentedOut |
If true, it means that this line contains just comment. When this is true, hasComment is also true and hasCommand is false;
(Inherited from commandLineEntry.) | |
| commentLine |
Gets the comment line - comment that was extracted from input
(Inherited from commandLineEntry.) | |
| console | ||
| errorMessage |
The message associated with this entry, generated by command phraser
(Inherited from commandLineEntry.) | |
| format |
What command line format was detected in the input
(Inherited from commandLineEntry.) | |
| hasCommand |
Gets a value indicating whether this instance has a proper command.
(Inherited from commandLineEntry.) | |
| hasComment |
Gets a value indicating whether this instance contains a comment.
(Inherited from commandLineEntry.) | |
| hasPrefix |
Gets a value indicating whether this instance has any prefix (Inherited from commandLineEntry.) | |
| inputLine | Original input line, phrased by the command input interpreter (Inherited from commandLineEntry.) | |
| isEmptyLine |
The command line was empty, without any command
(Inherited from commandLineEntry.) | |
| isSyntaxError |
Indicates if the command entry had syntax error
(Inherited from commandLineEntry.) | |
| marg | ||
| operation | ||
| parameterName | List of parameter names, as specified in explicit command format (Inherited from commandLineEntry.) | |
| parameterValue | List of parameter values, in their string forms (Inherited from commandLineEntry.) | |
| prefix |
Contains path segments, identifying a plugin/console graph node that should perform the command (Inherited from commandLineEntry.) | |
| specialFunction |
Gets or sets the special function.
(Inherited from commandLineEntry.) |
| Name | Description | |
|---|---|---|
| GetScriptLine |
Returns the string form of the command with current parameters
| |
| invoke |
Invokes the command
|
| Name | Description | |
|---|---|---|
| aceGenEx | (Defined by aceExceptionTools.) | |
| aceSciEx | (Defined by aceExceptionTools.) |