C# Class LinFu.AOP.Interfaces.CountingInterceptor

Inheritance: IInterceptor
Show file Open project: philiplaureano/LinFu

Public Methods

Method Description
Intercept ( IInvocationInfo info ) : object

Private Methods

Method Description
CountingInterceptor ( ICallCounter callCounter, IInterceptor methodReplacement ) : System

Method Details

Intercept() public method

public Intercept ( IInvocationInfo info ) : object
info IInvocationInfo
return object