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 public bool AddCommand(
CommandType command
)
Parameters
- command
- Type: us.FreeWill.CommandLineCommandType
The command to add to the list of commands.
Return Value
Type:
BooleanReturns true if successfully added, false if it's already there.
See Also