C# 클래스 AdvancedLauncher.Management.CommandManager

상속: CrossDomainObject, ICommandManager
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 메소드들

메소드 설명
GetCommands ( ) : ICommand>.IDictionary
GetRecent ( ) : List
Initialize ( ) : void
RegisterCommand ( ICommand command ) : void
UnRegisterCommand ( ICommand command ) : bool

비공개 메소드들

메소드 설명
Send ( string input ) : bool

메소드 상세

GetCommands() 공개 메소드

public GetCommands ( ) : ICommand>.IDictionary
리턴 ICommand>.IDictionary

GetRecent() 공개 메소드

public GetRecent ( ) : List
리턴 List

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RegisterCommand() 공개 메소드

public RegisterCommand ( ICommand command ) : void
command ICommand
리턴 void

UnRegisterCommand() 공개 메소드

public UnRegisterCommand ( ICommand command ) : bool
command ICommand
리턴 bool