Class CommandInfo
Information about a command including name, description, and
required/optional arguments.
Assembly: Benday.CommandsFramework.dll
Syntax
Properties
|
Edit this page
View Source
Aliases
Alternate names that can be used on the command line in place of Name.
These come from CommandAttribute.Aliases and are plain renames.
Declaration
public string[] Aliases { get; }
Property Value
|
Edit this page
View Source
Arguments
Declaration
public ArgumentCollection Arguments { get; }
Property Value
|
Edit this page
View Source
Category
Declaration
public string Category { get; }
Property Value
|
Edit this page
View Source
CommandAliases
Aliases that supply argument values in addition to renaming the command.
These come from CommandAliasAttribute.
Declaration
public List<CommandAliasInfo> CommandAliases { get; }
Property Value
|
Edit this page
View Source
Description
Declaration
public string Description { get; }
Property Value
|
Edit this page
View Source
IsAsync
Declaration
public bool IsAsync { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value