Click or drag to resize

pluginSupportGetPluginInstance Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Deprecated

Namespace:  imbWEM.Core.plugins
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public static plugIn_base GetPluginInstance(
	string plugin_className,
	builderForLog loger,
	IAPlugInCollectionBase collection
)

Parameters

plugin_className
Type: SystemString
Name of the plugin class.
loger
Type: builderForLog
The loger.
collection
Type: imbWEM.Core.plugins.collectionsIAPlugInCollectionBase
The collection.

Return Value

Type: plugIn_base

[Missing <returns> documentation for "M:imbWEM.Core.plugins.pluginSupport.GetPluginInstance(System.String,imbACE.Core.core.builderForLog,imbWEM.Core.plugins.collections.IAPlugInCollectionBase)"]

See Also