CommandInfoCreate Method
Creates an instance of the
CommandInfo class for the specified command
type.
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public static CommandInfo Create(
Type commandType,
CommandManager manager
)
Public Shared Function Create (
commandType As Type,
manager As CommandManager
) As CommandInfo
Dim commandType As Type
Dim manager As CommandManager
Dim returnValue As CommandInfo
returnValue = CommandInfo.Create(commandType,
manager)
public:
static CommandInfo^ Create(
Type^ commandType,
CommandManager^ manager
)
- commandType Type
- The type that implements the subcommand.
- manager CommandManager
-
The CommandManager that is managing this command.
CommandInfo
A
CommandInfo class with information about the command.