Condividi tramite


Metodo IGCHost::GetThreadStats

Ottiene le statistiche a livello di singolo thread relative a Garbage Collection.

HRESULT GetThreadStats (
    [in] DWORD *pFiberCookie,
    [in, out] COR_GC_THREAD_STATS *pStats
);

Parametri

  • pFiberCookie
    [in] Puntatore a un fiber cookie che specifica il thread per il quale recuperare le statistiche.

  • pStats
    [in, out] Puntatore a una struttura COR_GC_THREAD_STATS che contiene le statistiche di Garbage Collection per il thread specificato.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: GCHost.idl, GCHost.h

Libreria: inclusa come risorsa in MSCorEE.dll

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

Vedere anche

Riferimenti

Interfaccia IGCHost