MockCallStatic Property

Typemock Isolator Developer Guide
Allow mocking a static method when that method is overloaded with an instance method
Remarks

In most cases there is no need to use this method as Typemock Isolator will mock all static methods of the mocked type. CallStatic should be used when an instance method and a static method have the same name By default the instance methods are returned. If instance methods are mocked

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

public IMockControl CallStatic { get; }

Property Value

Type: IMockControl
See Also

Reference