C# Class Godot.Infrastructure.Container.WindsorServiceLocator

Inheritance: ServiceLocatorImplBase
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
WindsorServiceLocator ( IWindsorContainer container ) : System

Méthodes protégées

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

Method Details

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

WindsorServiceLocator() public méthode

public WindsorServiceLocator ( IWindsorContainer container ) : System
container IWindsorContainer
Résultat System