CommandRegistry Class

Registry of available commands.

Namespace: Xafari.BC.Commands
Assembly: Xafari.BC (in Xafari.BC.dll)

  • c#
  • VB

public class CommandRegistry

Public Class CommandRegistry
End Class

Name Description
msdn2017/pubmethod CommandRegistry() Creates an instance of the empty registry of commands.
msdn2017/pubmethod CommandRegistry(IEnumerable<ModuleBase>) Creates an instance of the register of commands and registers all commands implemented in specified modules.
Top
Name Description
msdn2017/pubproperty Commands The commands which registered in the registry.
Top
Name Description
msdn2017/pubmethod FindCommand(string) Search the command with the specified name in the registry.
msdn2017/pubmethod Register(ICommand) Registers the command in the registry.
msdn2017/pubmethod RegisterModuleCommands(ICommandEnumerator) Registers in the registry commands implemented in the specified module.
Top
Xafari.BC.Commands.CommandRegistry

.NET Framework Client Profile

Supported in: 4, 3.5 SP1