Click or drag to resize

pluginManagerGetPluginInstance Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets a new instance of plug-in, specified by type name of sub directory.name path

Namespace:  imbACE.Core.plugins
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public IAcePluginBase GetPluginInstance(
	string pluginName,
	IAceCommandConsole console,
	IAcePluginDeployerBase deployer,
	IAceApplicationBase application,
	ILogBuilder output = null
)
Request Example View Source

Parameters

pluginName
Type: SystemString
Name of the plugin.
console
Type: imbACE.Core.operationsIAceCommandConsole
The console.
deployer
Type: imbACE.Core.plugins.deployerIAcePluginDeployerBase
The deployer.
application
Type: imbACE.Core.applicationIAceApplicationBase
The application.
output (Optional)
Type: ILogBuilder
The output.

Return Value

Type: IAcePluginBase
See Also