共用方式為


ICorDebugManagedCallback::NameChange 方法

通知偵錯工具,應用程式定義域或執行緒的名稱已變更。

語法

HRESULT NameChange (  
    [in] ICorDebugAppDomain *pAppDomain,  
    [in] ICorDebugThread    *pThread  
);  

參數

pAppDomain
[in] ICorDebugAppDomain 物件的指標,代表具有名稱變更的應用程式定義域,或包含具有名稱變更的執行緒。

pThread
[in] ICorDebugThread 物件的指標,代表名稱變更的執行緒。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 1.0 起提供

另請參閱