共用方式為


ICorProfilerInfo::GetThreadInfo 方法

可取得指定執行緒的目前 Win32 執行緒識別。

語法

HRESULT GetThreadInfo(  
    [in]  ThreadID threadId,  
    [out] DWORD    *pdwWin32ThreadId);  

參數

threadId
[in] 要取得目前 Win32 識別碼的執行緒識別碼。

pdwWin32ThreadId
[out] 指標,指向指定執行緒的目前 Win32 執行緒識別碼。

規格需求

平台:請參閱系統需求

標頭: CorProf.idl、CorProf.h

程式庫:CorGuids.lib

.NET Framework版本:自 2.0 起提供

另請參閱