The Step method of the IRemoteThread interface steps over the current bytecode instruction in an interpreted method or the current source line in a JIT-compiled method. The Step method steps over method calls. StepEvent is called when execution is complete.
HRESULT Step(void)
S_OK Success.
E_FAIL The associated thread has terminated.