C# Class LinFu.AOP.Interfaces.BootStrapRegistry

Represents a registry class that bootstraps components into memory when the application starts.
Mostra file Open project: philiplaureano/LinFu Class Usage Examples

Public Methods

Method Description
GetComponents ( ) : IEnumerable

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

Private Methods

Method Description
BootStrapRegistry ( ) : System
Initialize ( ) : void

Initializes the BootStrapRegistry.

Method Details

GetComponents() public method

Returns the list of components that have been initialized by the bootstrapper.
public GetComponents ( ) : IEnumerable
return IEnumerable