MethodCallContext Properties

Typemock Isolator Developer Guide

The MethodCallContext type exposes the following members.

Properties

  NameDescription
Public propertyCode exampleContinueFakingThisMethodRecursively
Allow recursive calls to this faked method to be faked and reenter DoInstead lambda
Public propertyInstance
Reference to the mocked object instance, or null if the method is static
Public propertyMethod
The method being faked
Public propertyParameters
Array of parameters passed to mocked method
Top
See Also

Reference