BenSelect Documentation
InterfacesNinjectModule Class Methods
See Also  Send Feedback
Selerix.Foundation.Interfaces Namespace : InterfacesNinjectModule Class


For a list of all members of this type, see InterfacesNinjectModule members.

Public Methods

 NameDescription
public MethodAddBindingRegisters the specified binding. (Inherited from Ninject.Modules.NinjectModule)
public MethodBindOverloaded. Declares a binding for the specified service. (Inherited from Ninject.Syntax.BindingRoot)
public MethodDisposeOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from Ninject.Infrastructure.Disposal.DisposableObject)
public MethodLoadOverridden. Load core services.  
public MethodOnLoadCalled when the module is loaded into a kernel. (Inherited from Ninject.Modules.NinjectModule)
public MethodOnUnloadCalled when the module is unloaded from a kernel. (Inherited from Ninject.Modules.NinjectModule)
public MethodOnVerifyRequiredModulesCalled after loading the modules. A module can verify here if all other required modules are loaded. (Inherited from Ninject.Modules.NinjectModule)
public MethodRebindOverloaded. Removes any existing bindings for the specified service, and declares a new one. (Inherited from Ninject.Syntax.BindingRoot)
public MethodRemoveBindingUnregisters the specified binding. (Inherited from Ninject.Modules.NinjectModule)
public MethodUnbindOverloaded. Unregisters all bindings for the specified service. (Inherited from Ninject.Modules.NinjectModule)
public MethodUnloadUnloads the module from the kernel. (Inherited from Ninject.Modules.NinjectModule)
public MethodVerifyRequiredModulesAreLoadedCalled after loading the modules. A module can verify here if all other required modules are loaded. (Inherited from Ninject.Modules.NinjectModule)
Top

See Also

© 2024 All Rights Reserved.