Click or drag to resize

CommandLineTypeExecute Method

For a Console app, this initiates the command line. Call this and it handles everything until the user enters the exit command.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public bool Execute()

Return Value

Type: Boolean
true, for now. Reserved for future enhancements.
See Also