C# 클래스 Ninject.Web.KernelContainer

A static container for the NinjectHttpApplication's kernel.
파일 보기 프로젝트 열기: ninject/Ninject.Web 1 사용 예제들

공개 메소드들

메소드 설명
Inject ( object instance ) : void

Injects the specified instance by using the container's kernel.

메소드 상세

Inject() 공개 정적인 메소드

Injects the specified instance by using the container's kernel.
public static Inject ( object instance ) : void
instance object The instance to inject.
리턴 void