AlternateTypeSelector SelectInterceptors Method | Glimpse API Documentation |
Selects the interceptors that should intercept calls to the given method.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- type
- Type: System Type
The type declaring the method to intercept.
- method
- Type: System.Reflection MethodInfo
The method that will be intercepted.
- interceptors
- Type: IInterceptor
All interceptors registered with the proxy.
Return Value
An array of interceptors to invoke upon calling the method.Implements
IInterceptorSelectorSelectInterceptors(Type, MethodInfo, IInterceptor )Remarks
See Also