C# Class Core2D.Wpf.Locator.ServiceProvider

Service provider based on lifetime scope.
Inheritance: IServiceProvider
Afficher le fichier Open project: Core2D/Core2D

Méthodes publiques

Méthode Description
ServiceProvider ( ILifetimeScope scope ) : System

Initializes a new instance of the ServiceProvider class.

Private Methods

Méthode Description
IServiceProvider ( Type serviceType ) : object

Gets the service object of the specified type.

Method Details

ServiceProvider() public méthode

Initializes a new instance of the ServiceProvider class.
public ServiceProvider ( ILifetimeScope scope ) : System
scope ILifetimeScope The lifetime scope.
Résultat System