InterceptionBehaviorBase Class

Base class for injection members that allow you to add interception behaviors.

Namespace:  Microsoft.Practices.Unity.InterceptionExtension
Assembly:  Microsoft.Practices.Unity.Interception (in Microsoft.Practices.Unity.Interception.dll)

Syntax

'Declaration
Public MustInherit Class InterceptionBehaviorBase _
    Inherits InterceptionMember
public abstract class InterceptionBehaviorBase : InterceptionMember
public ref class InterceptionBehaviorBase abstract : public InterceptionMember
public abstract class InterceptionBehaviorBase extends InterceptionMember

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Unity.InjectionMember
    Microsoft.Practices.Unity.InterceptionExtension.InterceptionMember
      Microsoft.Practices.Unity.InterceptionExtension.InterceptionBehaviorBase
        Microsoft.Practices.Unity.InterceptionExtension.DefaultInterceptionBehavior
        Microsoft.Practices.Unity.InterceptionExtension.InterceptionBehavior

See Also

InterceptionBehaviorBase Members

Microsoft.Practices.Unity.InterceptionExtension Namespace