Click or drag to resize

pluginManagerloadPlugins Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads all external plug-ins from the folderNode specified

Namespace:  imbACE.Core.plugins
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void loadPlugins(
	ILogBuilder output,
	folderNode altFolder = null
)
Request Example View Source

Parameters

output
Type: ILogBuilder
The log builder to output info to
altFolder (Optional)
Type: folderNode
Alternative folder with plugins to load from, at the end of the process it will set back to the existing one (if there was no existing folder, it will set this as default)
See Also