C# 클래스 Ninject.GlobalKernelRegistry

All kernels register on the static list of this class. This allows derived types to do things for the kernels. e.g. used by One per request module to release the objects in request scope right after the request ended.
상속: Ninject.Infrastructure.Disposal.DisposableObject
파일 보기 프로젝트 열기: Qiredev/ninject 1 사용 예제들

공개 메소드들

메소드 설명
StartManaging ( IKernel kernel ) : void

Start managing instances for the specified kernel.

StopManaging ( IKernel kernel ) : void

Stops managing instances for the specified kernel.

메소드 상세

StartManaging() 공개 정적인 메소드

Start managing instances for the specified kernel.
public static StartManaging ( IKernel kernel ) : void
kernel IKernel The kernel.
리턴 void

StopManaging() 공개 정적인 메소드

Stops managing instances for the specified kernel.
public static StopManaging ( IKernel kernel ) : void
kernel IKernel The kernel.
리턴 void