C# Класс Tectil.NCommand.CommandLookup

Command lookup through reflection. Searching for methods with CommandAttribute.
Наследование: ICommandLookup
Показать файл Открыть проект

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

Метод Описание
CommandLookup ( Tectil.NCommand.CommandConfiguration configuration ) : System

Initializes a new instance of the CommandLookup class.

GetCommand ( string name ) : CommandInfo

Get command.

GetMethode ( CommandInfo command ) : Tuple

Gets the methode.

Приватные методы

Метод Описание
GetCommands ( ) : IEnumerable>

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

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

Initializes a new instance of the CommandLookup class.
public CommandLookup ( Tectil.NCommand.CommandConfiguration configuration ) : System
configuration Tectil.NCommand.CommandConfiguration Configuration
Результат System

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

Get command.
public GetCommand ( string name ) : CommandInfo
name string
Результат Tectil.NCommand.Contract.CommandInfo

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

Gets the methode.
public GetMethode ( CommandInfo command ) : Tuple
command Tectil.NCommand.Contract.CommandInfo The command.
Результат Tuple