C# Class AdvancedLauncher.Management.CommandManager

Inheritance: CrossDomainObject, ICommandManager
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

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

Private Methods

Méthode Description
Send ( string input ) : bool

Method Details

GetCommands() public méthode

public GetCommands ( ) : ICommand>.IDictionary
Résultat ICommand>.IDictionary

GetRecent() public méthode

public GetRecent ( ) : List
Résultat List

Initialize() public méthode

public Initialize ( ) : void
Résultat void

RegisterCommand() public méthode

public RegisterCommand ( ICommand command ) : void
command ICommand
Résultat void

UnRegisterCommand() public méthode

public UnRegisterCommand ( ICommand command ) : bool
command ICommand
Résultat bool