C# Class NuGet.CommandManager

Inheritance: ICommandManager
Show file Open project: monoman/NugetCracker

Public Methods

Method Description
GetCommand ( string commandName ) : ICommand
GetCommandOptions ( ICommand command ) : PropertyInfo>.IDictionary
GetCommands ( ) : IEnumerable
RegisterCommand ( ICommand command ) : void

Method Details

GetCommand() public method

public GetCommand ( string commandName ) : ICommand
commandName string
return ICommand

GetCommandOptions() public method

public GetCommandOptions ( ICommand command ) : PropertyInfo>.IDictionary
command ICommand
return PropertyInfo>.IDictionary

GetCommands() public method

public GetCommands ( ) : IEnumerable
return IEnumerable

RegisterCommand() public method

public RegisterCommand ( ICommand command ) : void
command ICommand
return void