Condividi tramite


Metodo ICorProfilerInfo::GetCurrentThreadID

Ottiene l'ID del thread corrente, se si tratta di un thread gestito.

HRESULT GetCurrentThreadID(
    [out] ThreadID *pThreadId);

Parametri

  • pThreadId
    [out] Puntatore all'ID restituito del thread gestito.

Note

Se il thread corrente è un thread in fase di esecuzione interno o un altro thread non gestito, GetCurrentThreadID restituirà CORPROF_E_NOT_MANAGED_THREAD come HRESULT e il valore restituito del parametro pThreadId sarà null.

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