Click or drag to resize

wemCrawlerPluginTypeManagerGetInstance Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.wemTools.wemCrawlerPluginTypeManager.GetInstance(System.String,imbSCI.Core.reporting.ILogBuilder)"]

Namespace:  imbWEM.Core.wemTools
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public IPlugInCommonBase GetInstance(
	string plugin_classname,
	ILogBuilder loger
)

Parameters

plugin_classname
Type: SystemString

[Missing <param name="plugin_classname"/> documentation for "M:imbWEM.Core.wemTools.wemCrawlerPluginTypeManager.GetInstance(System.String,imbSCI.Core.reporting.ILogBuilder)"]

loger
Type: ILogBuilder

[Missing <param name="loger"/> documentation for "M:imbWEM.Core.wemTools.wemCrawlerPluginTypeManager.GetInstance(System.String,imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: IPlugInCommonBase

[Missing <returns> documentation for "M:imbWEM.Core.wemTools.wemCrawlerPluginTypeManager.GetInstance(System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also