C# Class Pomona.Ioc.RuntimeContainerWrapper

Inheritance: IServiceProvider
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Свойство Type Description
PreferredContainersTypes ReadOnlyCollection

Méthodes publiques

Méthode Description
Create ( object container ) : RuntimeContainerWrapper
GetInstance ( Type serviceType ) : object

Private Methods

Méthode Description
CreateWrapperCtor ( Type containerType ) : RuntimeContainerWrapper>.Func
IServiceProvider ( Type serviceType ) : object

Method Details

Create() public static méthode

public static Create ( object container ) : RuntimeContainerWrapper
container object
Résultat RuntimeContainerWrapper

GetInstance() public abstract méthode

public abstract GetInstance ( Type serviceType ) : object
serviceType System.Type
Résultat object

Property Details

PreferredContainersTypes public_oe static_oe property

public static ReadOnlyCollection PreferredContainersTypes
Résultat ReadOnlyCollection