Click or drag to resize

CommandLineType Constructor (String, String)

Constructor that takes a command name and a display prompt.

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

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.
See Also