Method | Description | |
---|---|---|
ProbingMethodCallWrapper ( Func |
Creates an instance of a method call wrapper with a getter for the specified probe field.
|
Method | Description | |
---|---|---|
OnInvokeBegin ( |
Implements code for begin invocations.
|
|
OnInvokeEnd ( |
Implements code for end invocations.
|
protected OnInvokeBegin ( |
||
type | ||
interfaceType | ||
generator | ||
interfaceMethod | ||
return | void |
protected OnInvokeEnd ( |
||
type | ||
interfaceType | ||
generator | ||
interfaceMethod | ||
return | void |
public ProbingMethodCallWrapper ( Func |
||
probeField | Func |
Function returning a probe filed (as specified by |
return | System |