C# Класс NuGet.CommandManager

Наследование: ICommandManager
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCommand ( string commandName ) : ICommand
GetCommandOptions ( ICommand command ) : PropertyInfo>.IDictionary
GetCommands ( ) : IEnumerable
RegisterCommand ( ICommand command ) : void

Описание методов

GetCommand() публичный Метод

public GetCommand ( string commandName ) : ICommand
commandName string
Результат ICommand

GetCommandOptions() публичный Метод

public GetCommandOptions ( ICommand command ) : PropertyInfo>.IDictionary
command ICommand
Результат PropertyInfo>.IDictionary

GetCommands() публичный Метод

public GetCommands ( ) : IEnumerable
Результат IEnumerable

RegisterCommand() публичный Метод

public RegisterCommand ( ICommand command ) : void
command ICommand
Результат void