Click or drag to resize

DecoratorContext Class

Implements the decorator context, exposing the state of the decoration process.
Inheritance Hierarchy
SystemObject
  Autofac.Features.DecoratorsDecoratorContext

Namespace:  Autofac.Features.Decorators
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public sealed class DecoratorContext : IDecoratorContext

The DecoratorContext type exposes the following members.

Properties
  NameDescription
Public propertyAppliedDecorators
Gets the decorator instances that have been applied.
Public propertyAppliedDecoratorTypes
Gets the implementation types of the decorators that have been applied.
Public propertyCurrentInstance
Gets the current instance in the decorator chain. This will be initialized to the service being decorated and will then become the decorated instance as each decorator is applied.
Public propertyImplementationType
Gets the implementation type of the service that is being decorated.
Public propertyServiceType
Gets the service type of the service that is being decorated.
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.)
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