C# Class Machine.Container.CommonServiceLocatorAdapter

Inheritance: ServiceLocatorImplBase
Afficher le fichier Open project: machine/machine Class Usage Examples

Méthodes publiques

Méthode Description
CommonServiceLocatorAdapter ( IMachineContainer container ) : System

Méthodes protégées

Méthode Description
DoGetAllInstances ( Type serviceType ) : IEnumerable
DoGetInstance ( Type serviceType, string key ) : object

Method Details

CommonServiceLocatorAdapter() public méthode

public CommonServiceLocatorAdapter ( IMachineContainer container ) : System
container IMachineContainer
Résultat System

DoGetAllInstances() protected méthode

protected DoGetAllInstances ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable

DoGetInstance() protected méthode

protected DoGetInstance ( Type serviceType, string key ) : object
serviceType System.Type
key string
Résultat object