An instance of this type will be supplied to the PredicateT
            delegate that is that is supplied to the
            RegisterResolveInterceptor
            method that takes this delegate. This type contains contextual information about a resolved type and it
            allows the user to examine the given instance to decide whether the ResolveInterceptor
            should be applied or not.
            
Inheritance Hierarchy
SimpleInjector.AdvancedInitializationContext
Namespace: SimpleInjector.Advanced
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
The InitializationContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Producer | 
            Gets the InstanceProducer that is responsible for the initialization of the created
            instance.
              | |
| Registration | 
            Gets the Registration that is responsible for the initialization of the created
            instance.
              | 
See Also