Click or drag to resize

CommandConsole Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbNLP.Project.console.CommandConsole"]

Inheritance Hierarchy
SystemObject
  aceBindable
    aceOperationSetExecutorBase
      aceCommandConsole
        aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace
          imbNLP.Project.consoleCommandConsole

Namespace:  imbNLP.Project.console
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public class CommandConsole : aceAdvancedConsole<CommandConsoleState, CommandConsoleWorkspace>

The CommandConsole type exposes the following members.

Constructors
  NameDescription
Public methodCommandConsole
Initializes a new instance of the CommandConsole class
Top
Properties
  NameDescription
Public propertyapplication (Inherited from aceCommandConsole.)
Public propertycommands (Inherited from aceCommandConsole.)
Public propertycommandSetTree (Inherited from aceCommandConsole.)
Public propertyconsoleHelp (Inherited from aceCommandConsole.)
Public propertyconsoleIsRunning (Inherited from aceCommandConsole.)
Public propertyconsoleTitle (Overrides aceCommandConsole.consoleTitle.)
Public propertyDefaultCommand (Inherited from aceCommandConsole.)
Public propertydoAskForExitConfigmation (Inherited from aceCommandConsole.)
Public propertydoAskForQuitConfirmation (Inherited from aceCommandConsole.)
Public propertyencode (Inherited from aceCommandConsole.)
Public propertyhelpContent (Inherited from aceCommandConsole.)
Public propertyhelpHeader (Inherited from aceCommandConsole.)
Public propertyhistory (Inherited from aceCommandConsole.)
Public propertyisReady (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public propertylastInput (Inherited from aceCommandConsole.)
Public propertylinePrefix (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public propertyoutput (Inherited from aceCommandConsole.)
Public propertyplatform (Inherited from aceCommandConsole.)
Public propertyresponse (Inherited from aceCommandConsole.)
Public propertysaveClipboard (Inherited from aceCommandConsole.)
Public propertyscriptRunning (Inherited from aceCommandConsole.)
Public propertySelectedObject (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public propertystate (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public propertystateInfo (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public propertyworkspace
Gets the workspace.
(Overrides aceAdvancedConsole.workspace.)
Top
Methods
  NameDescription
Public methodaceOperation_consoleCls (Inherited from aceCommandConsole.)
Public methodaceOperation_consoleExit (Inherited from aceCommandConsole.)
Public methodaceOperation_consoleHelp (Inherited from aceCommandConsole.)
Public methodaceOperation_consoleQuit (Inherited from aceCommandConsole.)
Public methodaceOperation_helpExportHelp (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public methodaceOperation_projectReset (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public methodaceOperation_runAbort (Inherited from aceCommandConsole.)
Public methodaceOperation_runNone (Inherited from aceCommandConsole.)
Public methodaceOperation_runPause (Inherited from aceCommandConsole.)
Public methodaceOperation_scriptExecute (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public methodaceOperation_scriptProcess (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public methodaceOperation_scriptTemplate (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public methodcls (Inherited from aceCommandConsole.)
Protected methoddoCustomSpecialCall (Overrides aceCommandConsole.doCustomSpecialCall(aceCommandActiveInput).)
Protected methoddoSpecialCall (Inherited from aceCommandConsole.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodexecuteCommand (Inherited from aceCommandConsole.)
Public methodexecuteScript (Inherited from aceCommandConsole.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetScope (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodinit (Inherited from aceCommandConsole.)
Protected methodlistCommands (Inherited from aceCommandConsole.)
Public methodlog (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodonStartUp (Overrides aceAdvancedConsole.onStartUp.)
Public methodstart (Inherited from aceCommandConsole.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
Fields
  NameDescription
Protected field_consoleHelp (Inherited from aceCommandConsole.)
Protected field_consoleTitle (Inherited from aceCommandConsole.)
Protected field_state (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Protected field_workspace (Inherited from aceAdvancedConsoleCommandConsoleState, CommandConsoleWorkspace.)
Top
See Also