CommandRegistry(IEnumerable<ModuleBase>) Constructor

Creates an instance of the register of commands and registers all commands implemented in specified modules.

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

  • c#
  • VB

public CommandRegistry( IEnumerable<ModuleBase> modules )

Public Sub New(ByVal modules As IEnumerable(Of ModuleBase))
End Sub

.NET Framework Client Profile

Supported in: 4, 3.5 SP1