IControllerFactory Methods | 
The IControllerFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| AddPlugin | 
            Registers a IController in the factory and also sets custom events if there is any.
              | |
| ContainsController | 
            Checks if a specific controller is loaded for a specific BinaryKey  | |
| Create | 
            Creates and returns a IController instance from a controllerKey BinaryKey  | |
| GetControllerT | 
            Get a controller instance of type IController defined by T
              | |
| GetMethod | ||
| GetMethods(BinaryKey) | 
            Returns all public methods for a controllerKey BinaryKey  | |
| GetMethods(IController) | 
            Returns all custom events (action methods) registered in the controller class.
              | |
| RemovePlugin | 
            Removes the plugin from the factory
              |