Click or drag to resize

IControllerFactory Methods

The IControllerFactory type exposes the following members.

Methods
  NameDescription
Public methodAddPlugin
Registers a IController in the factory and also sets custom events if there is any.
Public methodContainsController
Checks if a specific controller is loaded for a specific BinaryKey
Public methodCreate
Creates and returns a IController instance from a controllerKey BinaryKey
Public methodGetControllerT
Get a controller instance of type IController defined by T
Public methodGetMethod
Returns IControllerEventInfo for a specific controller BinaryKey and method BinaryKey
Public methodGetMethods(BinaryKey)
Returns all public methods for a controllerKey BinaryKey
Public methodGetMethods(IController)
Returns all custom events (action methods) registered in the controller class.
Public methodRemovePlugin
Removes the plugin from the factory
Top
See Also