C# Class NuGet.CommandManager

Inheritance: ICommandManager
Afficher le fichier Open project: monoman/NugetCracker

Méthodes publiques

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

Method Details

GetCommand() public méthode

public GetCommand ( string commandName ) : ICommand
commandName string
Résultat ICommand

GetCommandOptions() public méthode

public GetCommandOptions ( ICommand command ) : PropertyInfo>.IDictionary
command ICommand
Résultat PropertyInfo>.IDictionary

GetCommands() public méthode

public GetCommands ( ) : IEnumerable
Résultat IEnumerable

RegisterCommand() public méthode

public RegisterCommand ( ICommand command ) : void
command ICommand
Résultat void