C# Class LinFu.AOP.Interfaces.BootStrapRegistry

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

Méthodes publiques

Méthode Description
GetComponents ( ) : IEnumerable

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

Private Methods

Méthode Description
BootStrapRegistry ( ) : System
Initialize ( ) : void

Initializes the BootStrapRegistry.

Method Details

GetComponents() public méthode

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