C# Class Catel.IoC.ServiceLocatorAutoRegistrationManager

Manager that can handle the registrations of the service locator.
Afficher le fichier Open project: Catel/Catel Class Usage Examples

Méthodes publiques

Méthode Description
ServiceLocatorAutoRegistrationManager ( IServiceLocator serviceLocator ) : System

Initializes a new instance of the ServiceLocatorAutoRegistrationManager class.

Private Methods

Méthode Description
InspectLoadedAssemblies ( ) : void

Inspect loaded assemblies.

Method Details

ServiceLocatorAutoRegistrationManager() public méthode

Initializes a new instance of the ServiceLocatorAutoRegistrationManager class.
The is null.
public ServiceLocatorAutoRegistrationManager ( IServiceLocator serviceLocator ) : System
serviceLocator IServiceLocator The service locator.
Résultat System