C# Class Cares.WebBase.UnityConfiguration.UnityRegistrationCache

Caching of the registered types in unity
Afficher le fichier Open project: innoist/GF-FRS Class Usage Examples

Méthodes publiques

Méthode Description
IsRegistered ( IUnityContainer container, Type typeToCheck ) : bool

True if the type is registered

Private Methods

Méthode Description
Register ( IUnityContainer container ) : void

Register types

Method Details

IsRegistered() public static méthode

True if the type is registered
public static IsRegistered ( IUnityContainer container, Type typeToCheck ) : bool
container IUnityContainer
typeToCheck System.Type
Résultat bool