Condividi tramite


Metodo ICorProfilerInfo::GetHandleFromThread

Esegue il mapping dell'ID di un thread a un handle di thread Win32.

HRESULT GetHandleFromThread(
    [in]  ThreadID threadId,
    [out] HANDLE  *phThread);

Parametri

  • threadId
    [in] ID del thread da mappare.

  • phThread
    [out] Puntatore a un handle di thread Win32.

Note

Il profiler deve chiamare la funzione DuplicateHandle Win32 sull'handle prima di utilizzarlo.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorProf.idl, CorProf.h

Libreria: CorGuids.lib

Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vedere anche

Riferimenti

Interfaccia ICorProfilerInfo