Method | Description | |
---|---|---|
Intercept ( IInvocationInfo info ) : object |
Converts the call to IInterceptor.Intercept to an IAroundInvoke method call.
|
Method | Description | |
---|---|---|
GetTarget ( IInvocationInfo info ) : object |
Gets the target object instance.
|
Method | Description | |
---|---|---|
AroundInvokeAdapter ( Func |
Initializes the AroundInvokeAdapter class.
|
protected GetTarget ( IInvocationInfo info ) : object | ||
info | IInvocationInfo | The |
return | object |
public Intercept ( IInvocationInfo info ) : object | ||
info | IInvocationInfo | The |
return | object |