Click or drag to resize

CommandLineType Constructor (String)

Constructor that takes a command name.

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

Parameters

name
Type: SystemString
The text to display on the command prompt.
See Also