MethodCallContextInstance Property

Typemock Isolator Developer Guide
Reference to the mocked object instance, or null if the method is static

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public Object Instance { get; set; }

Property Value

Type: Object
The instance.
See Also

Reference