C# Class LinFu.IoC.Interceptors.Redirector

An interceptor class that redirects calls to another interceptor.
Inheritance: LinFu.IoC.Interceptors.BaseInterceptor
Afficher le fichier Open project: philiplaureano/LinFu Class Usage Examples

Méthodes publiques

Méthode Description
Intercept ( IInvocationInfo info ) : object
Redirector ( Func getActualTarget, IInterceptor targetInterceptor, IProxyFactory factory, IMethodInvoke methodInvoke ) : System

Méthodes protégées

Méthode Description
GetTarget ( IInvocationInfo info ) : object

Gets the target object instance.

Method Details

GetTarget() protected méthode

Gets the target object instance.
protected GetTarget ( IInvocationInfo info ) : object
info IInvocationInfo The instance that describes the current execution context.
Résultat object

Intercept() public méthode

public Intercept ( IInvocationInfo info ) : object
info IInvocationInfo
Résultat object

Redirector() public méthode

public Redirector ( Func getActualTarget, IInterceptor targetInterceptor, IProxyFactory factory, IMethodInvoke methodInvoke ) : System
getActualTarget Func
targetInterceptor IInterceptor
factory IProxyFactory
methodInvoke IMethodInvoke
Résultat System