Method | Description | |
---|---|---|
ApplyInterceptors ( IProxyTemplate proxyTemplate, IEnumerable |
Applies all interceptors for the specified proxy template.
|
|
InterceptorInvocationHandler ( IInterceptor defaultInterceptors ) : System |
Initializes a new instance of the InterceptorInvocationHandler class.
|
|
Invoke ( object target, |
Method | Description | |
---|---|---|
ApplyInterceptionBehaviors ( |
Applies the interception behaviors for the specified member.
|
|
ApplyInterceptors ( |
Applies all interceptors for the specified event.
|
|
ApplyInterceptors ( |
Applies all interceptors for the specified member.
|
|
ApplyInterceptors ( |
Applies all interceptors for the specified property.
|
|
GetInterceptors ( |
Returns all interceptors for the specified member.
|
public ApplyInterceptors ( IProxyTemplate proxyTemplate, IEnumerable |
||
proxyTemplate | IProxyTemplate | The proxy template. |
interceptors | IEnumerable |
The interceptors. |
return | void |
public InterceptorInvocationHandler ( IInterceptor defaultInterceptors ) : System | ||
defaultInterceptors | IInterceptor | The default interceptors. |
return | System |
public Invoke ( object target, |
||
target | object | |
methodInfo | ||
parameters | object | |
return | object |