I understand how to mock interfaces or virtual method calls. But frameworks like TypeMock can mock everything in the framework. Which .NET mechanisms are used to provide such functions?
I understand how to mock interfaces or virtual method calls. But frameworks like TypeMock
Share
Typemock Isolator for example uses the CLR profiler API to intercept .NET calls and change them during runtime:
Quote: