C# Class NuGetGallery.ContainerBinding

The main inversion container registration for the application. Look for other container bindings in client projects.
Show file Open project: chocolatey/chocolatey.org Class Usage Examples

Public Methods

Method Description
RegisterComponents ( Container container ) : void

Loads the module into the kernel.

Private Methods

Method Description
RegisterChocolateySpecific ( Container container ) : void

Method Details

RegisterComponents() public method

Loads the module into the kernel.
public RegisterComponents ( Container container ) : void
container Container
return void