Click or drag to resize

imbNLPToolkitApp Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbNLP.ToolkitTest.imbNLPToolkitApp"]

Inheritance Hierarchy
SystemObject
  aceApplicationBase
    aceConsoleApplicationimbNLPToolkitConsole
      imbNLP.ToolkitTestimbNLPToolkitApp

Namespace:  imbNLP.ToolkitTest
Assembly:  imbNLP.ToolkitTest (in imbNLP.ToolkitTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class imbNLPToolkitApp : aceConsoleApplication<imbNLPToolkitConsole>

The imbNLPToolkitApp type exposes the following members.

Constructors
  NameDescription
Public methodimbNLPToolkitApp
Initializes a new instance of the imbNLPToolkitApp class
Top
Properties
  NameDescription
Public propertyappAboutInfo (Inherited from aceApplicationBase.)
Public propertyataman (Inherited from aceApplicationBase.)
Public propertycommandLineArguments (Inherited from aceApplicationBase.)
Public propertydescription (Inherited from aceApplicationBase.)
Public propertydoKeepRunning (Inherited from aceApplicationBase.)
Public propertyfolder (Inherited from aceApplicationBase.)
Public propertyfolder_cache (Inherited from aceApplicationBase.)
Public propertyfolder_config (Inherited from aceApplicationBase.)
Public propertyfolder_logs (Inherited from aceApplicationBase.)
Public propertyfolder_plugins (Inherited from aceApplicationBase.)
Public propertyfolder_projects (Inherited from aceApplicationBase.)
Public propertyfolder_reports (Inherited from aceApplicationBase.)
Public propertyfolder_resources (Inherited from aceApplicationBase.)
Public propertylogContent (Inherited from aceApplicationBase.)
Public propertylogger (Inherited from aceApplicationBase.)
Public propertymainConsole (Inherited from aceConsoleApplicationimbNLPToolkitConsole.)
Public propertyname (Inherited from aceApplicationBase.)
Public propertyplugins (Inherited from aceApplicationBase.)
Public propertysettings (Inherited from aceApplicationBase.)
Public propertystate (Inherited from aceApplicationBase.)
Top
Methods
  NameDescription
Protected methodcallEventApplicationClosing (Inherited from aceApplicationBase.)
Protected methodcallEventApplicationLoaded (Inherited from aceApplicationBase.)
Protected methodcallEventApplicationReady (Inherited from aceApplicationBase.)
Public methoddeploySettings (Inherited from aceApplicationBase.)
Protected methoddoApplicationLoop (Inherited from aceConsoleApplicationimbNLPToolkitConsole.)
Public methoddoQuit (Inherited from aceConsoleApplicationimbNLPToolkitConsole.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodlog (Inherited from aceApplicationBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodsetAboutInformation (Overrides aceApplicationBase.setAboutInformation.)
Public methodStartApplication (Inherited from aceApplicationBase.)
Protected methodStartUp (Inherited from aceConsoleApplicationimbNLPToolkitConsole.)
Protected methodstartUpProcess (Inherited from aceApplicationBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventonEventApplicationClosing (Inherited from aceApplicationBase.)
Public eventonEventApplicationLoaded (Inherited from aceApplicationBase.)
Public eventonEventApplicationReady (Inherited from aceApplicationBase.)
Top
See Also