CommandInfo Constructor
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
protected CommandInfo(
Type commandType,
CommandAttribute attribute,
CommandManager manager,
Type? parentCommandType
)
Protected Sub New (
commandType As Type,
attribute As CommandAttribute,
manager As CommandManager,
parentCommandType As Type
)
Dim commandType As Type
Dim attribute As CommandAttribute
Dim manager As CommandManager
Dim parentCommandType As Type
Dim instance As New CommandInfo(commandType,
attribute, manager, parentCommandType)
protected:
CommandInfo(
Type^ commandType,
CommandAttribute^ attribute,
CommandManager^ manager,
Type^ parentCommandType
)
Parameters
- commandType Type
- The type that implements the subcommand.
- attribute CommandAttribute
- The CommandAttribute for the subcommand type.
- manager CommandManager
-
The CommandManager that is managing this command.
- parentCommandType Type
- The Type of a command that is the parent of this command.