CommandInfo Constructor

Initializes a new instance of the CommandInfo structure.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public CommandInfo(
	Type commandType,
	CommandManager manager
)

Parameters

commandType  Type
The type that implements the subcommand.
manager  CommandManager
The CommandManager that is managing this command.

Exceptions

ArgumentNullExceptioncommandType or manager is .
ArgumentExceptioncommandType is not a command type.

See Also