Method | Description | |
---|---|---|
MethodCallFilterAdapter ( bool>.Func |
Initializes a new instance of the MethodCallFilterAdapter class.
|
|
ShouldWeave ( |
Determines whether or not a particular method call should be intercepted.
|
public MethodCallFilterAdapter ( bool>.Func |
||
hostMethodFilter | bool>.Func | The method filter that will determine the host methods that will be modified for interception. |
methodCallFilter | bool>.Func | The method filter that will determine which method calls will be intercepted. |
return | System |
public ShouldWeave ( |
||
targetType | The host type that contains the method call. | |
hostMethod | The method that contains the current method call. | |
currentMethodCall | The method call to be intercepted. | |
return | bool |