CSharpTest.Net
ICommandInterpreter Interface Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Commands Namespace : ICommandInterpreter Interface


Glossary Item Box

The following tables list the members exposed by ICommandInterpreter.

Public Properties

 NameDescription
 PropertyCommandsLists all the commands that have been added to the interpreter  
 PropertyErrorLevelGets/sets the exit code of the operation/process  
 PropertyOptionsLists all the options that have been added to the interpreter, use the set/get commands to modify their values.  
 PropertyPromptGets/sets the prompt, use "$(OptionName)" to reference options  
 PropertyReadNextCharacterReads a keystroke, not from the std:in stream, rather from the console or ui.  
Top

Public Methods

 NameDescription
 MethodExpandOptionsExpands '$(OptionName)' within the input string to the named option's value.  
 MethodGetCommand to get an option value by name  
 MethodGetHtmlHelpReturns an HTML document for help on all items (when item == null) or a specific item.  
 MethodRunOverloaded. Run the command whos name is the first argument with the remaining arguments provided to the command as needed.  
 MethodSetCommand to set the value of an option value by name  
 MethodTryGetCommandReturns true if the command was found and cmd output parameter is set.  
 MethodTryGetOptionReturns true if the command was found and cmd output parameter is set.  
Top

See Also

Generated with Document! X 2011 by Innovasys