AlternateTypeGenerationHook T ShouldInterceptMethod Method | Glimpse API Documentation |
Invoked by the generation process to determine if the specified method should be proxied.
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 which declares the given method.
- methodInfo
- Type: System.Reflection MethodInfo
The method to inspect.
Return Value
True if the given method should be proxied; false otherwise.Implements
IProxyGenerationHookShouldInterceptMethod(Type, MethodInfo)See Also