pluginManager Class |
Namespace: imbACE.Core.plugins
The pluginManager type exposes the following members.
| Name | Description | |
|---|---|---|
| pluginManager |
Initializes a new instance of the pluginManager class.
|
| Name | Description | |
|---|---|---|
| bannedShortNames |
Collection of short type names that are banned because of ambiquity
(Inherited from pluginManagerBase.) | |
| description |
Descriptive purpose of this manager
(Inherited from pluginManagerBase.) | |
| dllFileNames |
List of DLL files detected
| |
| folderWithPlugins |
Gets or sets the folder with plugins.
(Inherited from pluginManagerBase.) | |
| name |
Name of the manager
(Inherited from pluginManagerBase.) | |
| pluginTypesByName |
Short type name dictionary - for easier resolution/call from the ACE Script
(Inherited from pluginManagerBase.) | |
| pluginTypesByPathName |
Dictionary indexing plugins by relative directory path and type short name: e.g. /myPlugins/reporter.dll -> myPlugins.reporter
(Inherited from pluginManagerBase.) |
| Name | Description | |
|---|---|---|
| GetAllRegistrations |
Gets all callable needles for all types registered,
(Inherited from pluginManagerBase.) | |
| GetPluginInstance |
Gets a new instance of plug-in, specified by type name of sub directory.name path
| |
| loadPlugins |
Loads all external plug-ins from the folderNode specified
|
| Name | Description | |
|---|---|---|
| aceGenEx | (Defined by aceExceptionTools.) | |
| aceSciEx | (Defined by aceExceptionTools.) |