Click or drag to resize

ResolvingInterceptor Class

Interceptor that resolves types of properties and methods using a IComponentContext.
Inheritance Hierarchy
SystemObject
  Autofac.Extras.AggregateServiceResolvingInterceptor

Namespace:  Autofac.Extras.AggregateService
Assembly:  Autofac.Extras.AggregateService (in Autofac.Extras.AggregateService.dll) Version: 6.0.0+9a0ae3a0a675c94a74f543addfa4c99a731e7032
Syntax
public class ResolvingInterceptor : IInterceptor

The ResolvingInterceptor type exposes the following members.

Constructors
  NameDescription
Public methodResolvingInterceptor
Initializes a new instance of the ResolvingInterceptor class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntercept
Intercepts a method invocation.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also