internalPluginManagerT Class |
Namespace: imbACE.Core.plugins
public abstract class internalPluginManager<T> : pluginManagerBase where T : class
The internalPluginManagerT type exposes the following members.
| 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.) | |
| 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.) |
| Name | Description | |
|---|---|---|
| aceGenEx | (Defined by aceExceptionTools.) | |
| aceSciEx | (Defined by aceExceptionTools.) |