Click or drag to resize

aceConsolePluginManagerGetInstance Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.consolePlugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public IAceConsolePlugin GetInstance(
	IAceAdvancedConsole console,
	string plugin_name,
	ILogBuilder output = null
)
Request Example View Source

Parameters

console
Type: imbACE.Services.consoleIAceAdvancedConsole
plugin_name
Type: SystemString
output (Optional)
Type: ILogBuilder

Return Value

Type: IAceConsolePlugin
See Also