Click or drag to resize

CommandLineTypeAddCommand Method

Add a command to the command line, auto-setting it's owner to this.

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

Parameters

command
Type: us.FreeWill.CommandLineCommandType
The command to add to the list of commands.

Return Value

Type: Boolean
Returns true if successfully added, false if it's already there.
See Also