Click or drag to resize

commandLineEntry Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the commandLineEntry class and performs command phrasing (by calling process(commandLineEntry, String)

Namespace:  imbACE.Core.commands
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public commandLineEntry(
	string input
)
Request Example View Source

Parameters

input
Type: SystemString
The input.
See Also