C# 클래스 Tectil.NCommand.CommandLookup

Command lookup through reflection. Searching for methods with CommandAttribute.
상속: ICommandLookup
파일 보기 프로젝트 열기: tectil/NCommand

공개 메소드들

메소드 설명
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