C# Класс LinFu.AOP.Interfaces.AroundMethodBodyRegistry

Represents a registry class that handles all class-level interception operations for all modified types.
Показать файл Открыть проект

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

Метод Описание
AddProvider ( IAroundInvokeProvider provider ) : void

Adds an IAroundInvokeProvider to the list of provider instances.

Clear ( ) : void

Clears the list of IAroundInvokeProvider instances.

GetSurroundingImplementation ( IInvocationInfo context ) : IAroundInvoke

Obtains the IAroundInvoke instance for the given context.

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

AddProvider() публичный статический Метод

Adds an IAroundInvokeProvider to the list of provider instances.
public static AddProvider ( IAroundInvokeProvider provider ) : void
provider IAroundInvokeProvider The instance.
Результат void

Clear() публичный статический Метод

Clears the list of IAroundInvokeProvider instances.
public static Clear ( ) : void
Результат void

GetSurroundingImplementation() публичный статический Метод

Obtains the IAroundInvoke instance for the given context.
public static GetSurroundingImplementation ( IInvocationInfo context ) : IAroundInvoke
context IInvocationInfo The instance that describes the current method call.
Результат IAroundInvoke