C# 클래스 BalloonsPop.LogicProvider.LogicModule

This class inherits the NinjectModule class and provides loading with a provided kernel for the exports of the logic provider project.
상속: Ninject.Modules.NinjectModule
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
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.

메소드 상세

Load() 공개 메소드

This overload of the method Load provides binding for the project exports.
public Load ( ) : void
리턴 void

LogicModule() 공개 메소드

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