Interface ICommandProgram
Assembly: Benday.CommandsFramework.dll
Syntax
public interface ICommandProgram
Properties
|
Edit this page
View Source
ImplementationAssembly
Declaration
Assembly ImplementationAssembly { get; }
Property Value
|
Edit this page
View Source
Options
Declaration
ICommandProgramOptions Options { get; }
Property Value
Methods
|
Edit this page
View Source
DisplayCommandsWithCategories(List<CommandAttribute>)
Displays the usage information for the program and all available commands displayed by category.
Declaration
void DisplayCommandsWithCategories(List<CommandAttribute> commands)
Parameters
|
Edit this page
View Source
DisplayCommandsWithoutCategories(List<CommandAttribute>)
Displays the usage information for the program and all available commands displayed alphabetically.
Declaration
void DisplayCommandsWithoutCategories(List<CommandAttribute> commands)
Parameters
|
Edit this page
View Source
DisplayUsage(CommandAttributeUtility)
Displays the usage information for the program and all available commands.
Declaration
void DisplayUsage(CommandAttributeUtility util)
Parameters
|
Edit this page
View Source
Run(string[])
Declaration
Parameters
Type |
Name |
Description |
string[] |
args |
|