ClearMocksAttributeExecute Method

Typemock Isolator Developer Guide
Called by the framework instead of the original method. This will run the original method and afterwards clear the Mock Manager.

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

public override Object Execute()

Return Value

Type: Object
the result of the original method
See Also

Reference