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