C# (CSharp) Microsoft.Practices.Unity 네임스페이스

중첩된 네임스페이스

Microsoft.Practices.Unity.Mvc

클래스들

이름 설명
LifetimeManager Base class for Lifetime managers - classes that control how and when instances are created by the Unity container.
PerRequestLifetimeManager A LifetimeManager that holds onto the instance given to it during the lifetime of a single HTTP request. This lifetime manager enables you to create instances of registered types that behave like singletons within the scope of an HTTP request. See remarks for important usage information.