Method | Description | |
---|---|---|
InvocationContext ( object target, |
Initializes a new instance of the InvocationContext class.
|
|
Proceed ( ) : object |
Method | Description | |
---|---|---|
GetNextInterceptor ( ) : IInterceptor |
Returns the next interceptor in the interceptor chain.
|
public InvocationContext ( object target, |
||
target | object | The target object. |
methodInfo | The method information. | |
parameters | object | The parameter values. |
interceptors | IInterceptor | The interceptors. |
return | System |