Click or drag to resize

aceConsolePluginForFiles Constructor (String, String, builderForLog)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the aceConsolePluginForFiles class

Namespace:  imbACE.Services.consolePlugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public aceConsolePluginForFiles(
	string __name,
	string __help = "",
	builderForLog __output = null
)
Request Example View Source

Parameters

__name
Type: SystemString
__help (Optional)
Type: SystemString
__output (Optional)
Type: imbACE.Core.corebuilderForLog
See Also