Click or drag to resize

commandLineEntryprocess Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Processes the specified input and populates the entry - the code imbACE command phraser

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

Parameters

entry
Type: imbACE.Core.commandscommandLineEntry
The entry.
input
Type: SystemString
The input.
See Also