C# Класс LinFu.AOP.Interfaces.BootStrapRegistry

Represents a registry class that bootstraps components into memory when the application starts.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetComponents ( ) : IEnumerable

Returns the list of components that have been initialized by the bootstrapper.

Приватные методы

Метод Описание
BootStrapRegistry ( ) : System
Initialize ( ) : void

Initializes the BootStrapRegistry.

Описание методов

GetComponents() публичный Метод

Returns the list of components that have been initialized by the bootstrapper.
public GetComponents ( ) : IEnumerable
Результат IEnumerable