C# (CSharp) LinFu.IoC.Interceptors Namespace

Classes

Name Description
AroundInvokeAdapter Adapts a IAroundInvoke instance into an IInterceptor.
InterceptorAttributeLoader The class responsible for loading interceptors marked with the InterceptsAttribute class.
ProxyContainerPlugin A IContainerPlugin implementation that inserts ProxyInjector instances at the beginning of a IServiceContainer loading sequence.
ProxyInjector Represents a class that automatically injects a proxy instance instead of an actual service instance.
Redirector An interceptor class that redirects calls to another interceptor.