The PredicateContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Consumer |
Gets the contextual information of the consuming component that directly depends on the resolved
service. This property will return null in case the service is resolved directly from the container.
|
![]() | Handled | Gets a value indicating whether a previous Register registration has already
been applied for the given ServiceType. |
![]() | ImplementationType | Gets the closed generic implementation type that will be created by the container. |
![]() | ServiceType | Gets the closed generic service type that is to be created. |
See Also