C# Class AdvancedLauncher.Management.CommandManager

Inheritance: CrossDomainObject, ICommandManager
Datei anzeigen Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method Description
GetCommands ( ) : ICommand>.IDictionary
GetRecent ( ) : List
Initialize ( ) : void
RegisterCommand ( ICommand command ) : void
UnRegisterCommand ( ICommand command ) : bool

Private Methods

Method Description
Send ( string input ) : bool

Method Details

GetCommands() public method

public GetCommands ( ) : ICommand>.IDictionary
return ICommand>.IDictionary

GetRecent() public method

public GetRecent ( ) : List
return List

Initialize() public method

public Initialize ( ) : void
return void

RegisterCommand() public method

public RegisterCommand ( ICommand command ) : void
command ICommand
return void

UnRegisterCommand() public method

public UnRegisterCommand ( ICommand command ) : bool
command ICommand
return bool