VirtualMethodInterceptor Class

A type based interceptor that works by generated a new class on the fly that derives from the target class.

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

Syntax

'Declaration
Public Class VirtualMethodInterceptor _
    Implements ITypeInterceptor, IInterceptor
public class VirtualMethodInterceptor : ITypeInterceptor, 
    IInterceptor
public ref class VirtualMethodInterceptor : ITypeInterceptor, 
    IInterceptor
public class VirtualMethodInterceptor implements ITypeInterceptor, IInterceptor

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Unity.InterceptionExtension.VirtualMethodInterceptor

See Also

VirtualMethodInterceptor Members

Microsoft.Practices.Unity.InterceptionExtension Namespace