Interface IResolveContext
- Namespace
- Unity.Resolution
- Assembly
- Unity.Abstractions.dll
public interface IResolveContext : IPolicyList
- Inherited Members
- Extension Methods
Properties
Container
Reference to container.
IUnityContainer Container { get; }
Property Value
Name
Name of the registered type
string Name { get; }
Property Value
Type
Type being resolved.
Type Type { get; }
Property Value
Methods
Resolve(Type, string)
Resolve type/object/dependency using current context
object Resolve(Type type, string name)