C# Class NuGetGallery.ContainerBinding

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

Méthodes publiques

Méthode Description
RegisterComponents ( Container container ) : void

Loads the module into the kernel.

Private Methods

Méthode Description
RegisterChocolateySpecific ( Container container ) : void

Method Details

RegisterComponents() public méthode

Loads the module into the kernel.
public RegisterComponents ( Container container ) : void
container Container
Résultat void