C# Class BoC.InversionOfControl.IoC

Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

Méthode Description
InitializeWith ( IDependencyResolver resolver ) : void
IsInitialized ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
CreateTask ( IDependencyResolver dependencyResolver, Type type, IAppDomainHelper appDomainHelpers ) : IContainerInitializer
RunContainerInitializers ( IDependencyResolver dependencyResolver, IAppDomainHelper appdomainHelpers ) : void

Method Details

InitializeWith() public static méthode

public static InitializeWith ( IDependencyResolver resolver ) : void
resolver IDependencyResolver
Résultat void

IsInitialized() public static méthode

public static IsInitialized ( ) : bool
Résultat bool

Reset() public static méthode

public static Reset ( ) : void
Résultat void