C# Class Catel.IoC.ServiceLocatorAutoRegistrationManager

Manager that can handle the registrations of the service locator.
Show file Open project: Catel/Catel Class Usage Examples

Public Methods

Method Description
ServiceLocatorAutoRegistrationManager ( IServiceLocator serviceLocator ) : System

Initializes a new instance of the ServiceLocatorAutoRegistrationManager class.

Private Methods

Method Description
InspectLoadedAssemblies ( ) : void

Inspect loaded assemblies.

Method Details

ServiceLocatorAutoRegistrationManager() public method

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