Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Indicates the kind of garbage collection root that is exposed by the ICorProfilerCallback2::RootReferences2 callback.
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;
Members
| Member | Description |
|---|---|
COR_PRF_GC_ROOT_STACK |
The root is a variable on the stack. |
COR_PRF_GC_ROOT_FINALIZER |
The root is an entry in the finalizer queue. |
COR_PRF_GC_ROOT_HANDLE |
The root is a garbage collection handle. |
COR_PRF_GC_ROOT_OTHER |
The kind of root is unspecified. |
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Makipagtulungan sa amin sa GitHub
Ang pinagmulan para sa content na ito ay mahahanap sa GitHub, kung saan maaari ka ring lumikha at sumuri ng mga isyu at mga pull request. Para sa higit pang impormasyon, tingnan ang aming gabay sa contributor.