C# Class Horton.HortonCommands

Afficher le fichier Open project: jdaigle/Horton

Méthodes publiques

Méthode Description
LoadPluginsLazy ( ) : void
RegisterCommand ( HortonCommand command ) : void
TryParseCommand ( string command ) : HortonCommand

Private Methods

Méthode Description
HortonCommands ( ) : System

Method Details

LoadPluginsLazy() public static méthode

public static LoadPluginsLazy ( ) : void
Résultat void

RegisterCommand() public static méthode

public static RegisterCommand ( HortonCommand command ) : void
command HortonCommand
Résultat void

TryParseCommand() public static méthode

public static TryParseCommand ( string command ) : HortonCommand
command string
Résultat HortonCommand