Click or drag to resize

pluginManagerBasepluginTypesByPathName Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Dictionary indexing plugins by relative directory path and type short name: e.g. /myPlugins/reporter.dll -> myPlugins.reporter

Namespace:  imbACE.Core.plugins
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public aceConcurrentDictionary<Type> pluginTypesByPathName { get; }
Request Example View Source

Property Value

Type: aceConcurrentDictionaryType
See Also