Click or drag to resize

pluginManager Properties

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The pluginManager type exposes the following members.

Properties
  NameDescription
Public propertybannedShortNames
Collection of short type names that are banned because of ambiquity
(Inherited from pluginManagerBase.)
Public propertydescription
Descriptive purpose of this manager
(Inherited from pluginManagerBase.)
Public propertydllFileNames
List of DLL files detected
Public propertyfolderWithPlugins
Gets or sets the folder with plugins.
(Inherited from pluginManagerBase.)
Public propertyname
Name of the manager
(Inherited from pluginManagerBase.)
Public propertypluginTypesByName
Short type name dictionary - for easier resolution/call from the ACE Script
(Inherited from pluginManagerBase.)
Public propertypluginTypesByPathName
Dictionary indexing plugins by relative directory path and type short name: e.g. /myPlugins/reporter.dll -> myPlugins.reporter
(Inherited from pluginManagerBase.)
Top
See Also