C# Class Cares.WebBase.UnityConfiguration.UnityRegistrationCache

Caching of the registered types in unity
Datei anzeigen Open project: innoist/GF-FRS Class Usage Examples

Public Methods

Method Description
IsRegistered ( IUnityContainer container, Type typeToCheck ) : bool

True if the type is registered

Private Methods

Method Description
Register ( IUnityContainer container ) : void

Register types

Method Details

IsRegistered() public static method

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