Click or drag to resize

universalInternalParentedPluginManagerTGetInstance Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.plugins
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public T GetInstance(
	string plugin_name,
	T parent,
	ILogBuilder output = null,
	Object[] pars = null
)
Request Example View Source

Parameters

plugin_name
Type: SystemString
parent
Type: T
output (Optional)
Type: ILogBuilder
pars (Optional)
Type: SystemObject

Return Value

Type: T
See Also