ICorProfilerInfo::GetCurrentThreadID Method
Gets the ID of the current thread, if it is a managed thread.
Syntax
HRESULT GetCurrentThreadID(
[out] ThreadID *pThreadId);
Parameters
pThreadId
[out] A pointer to the returned ID of the managed thread.
Remarks
If the current thread is an internal runtime thread or other unmanaged thread, GetCurrentThreadID
returns CORPROF_E_NOT_MANAGED_THREAD as the HRESULT, and the returned value of the pThreadId
parameter will be null.
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา