Click or drag to resize

CommandLineType Constructor (String, String, CommandType)

Constructor that takes a command name, a display prompt, and an exit command object.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public CommandLineType(
	string name,
	string prompt,
	CommandType exitCommand
)

Parameters

name
Type: SystemString
The text to display on the command prompt.
prompt
Type: SystemString
The prompt to display just before the flashing insert cursor.
exitCommand
Type: us.FreeWill.CommandLineCommandType
A developer provided exit command to override the built-in exit command.
See Also