ICorDebugManagedCallback::ExitThread Method
.NET Framework 2.0
Notifies the debugger that a thread that was executing managed code has exited.
HRESULT ExitThread (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *thread
);
Parameters
- pAppDomain
-
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain containing the managed thread.
- thread
-
[in] A pointer to an ICorDebugThread Interface object that represents the managed thread.