C# Класс LinFu.IoC.Interceptors.AroundInvokeAdapter

Adapts a IAroundInvoke instance into an IInterceptor.
Наследование: LinFu.IoC.Interceptors.BaseInterceptor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Intercept ( IInvocationInfo info ) : object

Converts the call to IInterceptor.Intercept to an IAroundInvoke method call.

Защищенные методы

Метод Описание
GetTarget ( IInvocationInfo info ) : object

Gets the target object instance.

Приватные методы

Метод Описание
AroundInvokeAdapter ( Func getTarget, IMethodInvoke methodInvoke, IAroundInvoke aroundInvoke ) : System

Initializes the AroundInvokeAdapter class.

Описание методов

GetTarget() защищенный Метод

Gets the target object instance.
protected GetTarget ( IInvocationInfo info ) : object
info IInvocationInfo The instance that describes the current execution context.
Результат object

Intercept() публичный Метод

Converts the call to IInterceptor.Intercept to an IAroundInvoke method call.
public Intercept ( IInvocationInfo info ) : object
info IInvocationInfo The that describes the context of the method call.
Результат object