C# 클래스 LinFu.AOP.Interfaces.BootStrapRegistry

Represents a registry class that bootstraps components into memory when the application starts.
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

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