Delen via


opsomming COR_PRF_GC_ROOT_KIND

Geeft het soort hoofdmap van de garbagecollection aan dat wordt weergegeven door de callback van ICorProfilerCallback2::RootReferences2 .

Syntax

typedef enum {  
    COR_PRF_GC_ROOT_STACK = 1,  
    COR_PRF_GC_ROOT_FINALIZER = 2,  
    COR_PRF_GC_ROOT_HANDLE = 3,  
    COR_PRF_GC_ROOT_OTHER = 0  
} COR_PRF_GC_ROOT_KIND;  

Leden

Lid Beschrijving
COR_PRF_GC_ROOT_STACK De hoofdmap is een variabele op de stack.
COR_PRF_GC_ROOT_FINALIZER De hoofdmap is een vermelding in de finalizerwachtrij.
COR_PRF_GC_ROOT_HANDLE De hoofdmap is een garbagecollection-ingang.
COR_PRF_GC_ROOT_OTHER Het type hoofdmap is niet opgegeven.

Vereisten

Platforms: Zie Systeemvereisten.

Header: CorProf.idl, CorProf.h

Bibliotheek: CorGuids.lib

.NET Framework versies: beschikbaar sinds 2.0

Zie ook