For a list of all members of this type, see InterfacesNinjectModule members.
Name | Description | |
---|---|---|
![]() | AddBinding | Registers the specified binding. (Inherited from Ninject.Modules.NinjectModule) |
![]() | Bind | Overloaded. Declares a binding for the specified service. (Inherited from Ninject.Syntax.BindingRoot) |
![]() | Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from Ninject.Infrastructure.Disposal.DisposableObject) |
![]() | Load | Overridden. Load core services. |
![]() | OnLoad | Called when the module is loaded into a kernel. (Inherited from Ninject.Modules.NinjectModule) |
![]() | OnUnload | Called when the module is unloaded from a kernel. (Inherited from Ninject.Modules.NinjectModule) |
![]() | OnVerifyRequiredModules | Called after loading the modules. A module can verify here if all other required modules are loaded. (Inherited from Ninject.Modules.NinjectModule) |
![]() | Rebind | Overloaded. Removes any existing bindings for the specified service, and declares a new one. (Inherited from Ninject.Syntax.BindingRoot) |
![]() | RemoveBinding | Unregisters the specified binding. (Inherited from Ninject.Modules.NinjectModule) |
![]() | Unbind | Overloaded. Unregisters all bindings for the specified service. (Inherited from Ninject.Modules.NinjectModule) |
![]() | Unload | Unloads the module from the kernel. (Inherited from Ninject.Modules.NinjectModule) |
![]() | VerifyRequiredModulesAreLoaded | Called after loading the modules. A module can verify here if all other required modules are loaded. (Inherited from Ninject.Modules.NinjectModule) |