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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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