Method | Description | |
---|---|---|
CallAdapter ( IInvokeWrapper wrapper ) : LinFu.AOP.Interfaces |
Initializes the CallAdapter class with the wrapper instance.
|
|
Intercept ( IInvocationInfo info ) : object |
Intercepts a method call and passes the IInvocationInfo arguments down to the IInvokeWrapper instance.
|
public CallAdapter ( IInvokeWrapper wrapper ) : LinFu.AOP.Interfaces | ||
wrapper | IInvokeWrapper | The |
return | LinFu.AOP.Interfaces |
public Intercept ( IInvocationInfo info ) : object | ||
info | IInvocationInfo | The |
return | object |