ICorDebugManagedCallback::NameChange Method
.NET Framework 2.0
Notifies the debugger that the name of either an application domain or a thread has changed.
HRESULT NameChange (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *pThread
);
Parameters
- pAppDomain
-
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain that either had a name change or that contains the thread that had a name change.
- pThread
-
[in] A pointer to an ICorDebugThread Interface object that represents the thread that had a name change.