Method | Description | |
---|---|---|
NewInstanceInterceptionAdapter ( Func |
Initializes a new instance of the NewInstanceInterceptionAdapter class.
|
|
ShouldWeave ( |
Determines whether or not a particular constructor call should be intercepted by the postweaver.
|
public NewInstanceInterceptionAdapter ( Func |
||
filter | Func |
The filter that determines which instances will be intercepted. |
return | System |
public ShouldWeave ( |
||
currentConstructor | The constructor used to instantiate the current instance. | |
concreteType | The concrete type that contains the new instance call. | |
hostMethod | The host method that contains the new operator call. | |
return | bool |