Condividi tramite


Metodo ICorProfilerInfo::GetEventMask

Ottiene le categorie di eventi correnti per le quali il profiler desidera ricevere notifiche degli eventi da Common Language Runtime.

HRESULT GetEventMask(
    [out] DWORD *pdwEvents);

Parametri

  • pdwEvents
    [out] Puntatore a un valore di 4 byte che specifica le categorie di eventi. Ogni bit controlla una funzionalità, un comportamento o un tipo di evento differente. I bit sono descritti nell'enumerazione COR_PRF_MONITOR.

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