ICorDebugManagedCallback::ControlCTrap Method
.NET Framework 2.0
Notifies the debugger that a CTRL+C is trapped in the process that is being debugged.
HRESULT ControlCTrap (
[in] ICorDebugProcess *pProcess
);
Parameters
- pProcess
-
[in] A pointer to an ICorDebugProcess Interface object that represents the process in which the CTRL+C is trapped.