C# Class BalloonsPop.LogicProvider.LogicModule

This class inherits the NinjectModule class and provides loading with a provided kernel for the exports of the logic provider project.
Inheritance: Ninject.Modules.NinjectModule
Afficher le fichier Open project: Baloons-Pop-4/Main

Méthodes publiques

Méthode Description
Load ( ) : void

This overload of the method Load provides binding for the project exports.

LogicModule ( IKernel bindingKernel ) : System

Initializes a new instance of the LogicModule class through injection with the provided kernel.

Method Details

Load() public méthode

This overload of the method Load provides binding for the project exports.
public Load ( ) : void
Résultat void

LogicModule() public méthode

Initializes a new instance of the LogicModule class through injection with the provided kernel.
public LogicModule ( IKernel bindingKernel ) : System
bindingKernel IKernel
Résultat System