CommandInfo Constructor
            Initializes a new instance of the 
CommandInfo structure.
            
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
public CommandInfo(
	Type commandType,
	CommandManager manager
)
Public Sub New ( 
	commandType As Type,
	manager As CommandManager
)
Dim commandType As Type
Dim manager As CommandManager
Dim instance As New CommandInfo(commandType, 
	manager)
public:
CommandInfo(
	Type^ commandType, 
	CommandManager^ manager
)
Parameters
- commandType  Type
 - The type that implements the subcommand.
 - manager  CommandManager
 - 
              The CommandManager that is managing this command.