Click or drag to resize

aceCommandEntry Constructor

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

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public aceCommandEntry(
	IAceCommandConsole __console,
	string input
)
Request Example View Source

Parameters

__console
Type: imbACE.Core.operationsIAceCommandConsole
input
Type: SystemString
See Also