MONO_PROFILE_GC_ROOT_PINNING

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Values

ValueMeaning
MONO_PROFILE_GC_ROOT_PINNING256
MONO_PROFILE_GC_ROOT_WEAKREF512
MONO_PROFILE_GC_ROOT_INTERIOR1024
MONO_PROFILE_GC_ROOT_STACK0

the above are flags, the type is in the low 2 bytes

MONO_PROFILE_GC_ROOT_FINALIZER1
MONO_PROFILE_GC_ROOT_HANDLE2
MONO_PROFILE_GC_ROOT_OTHER3
MONO_PROFILE_GC_ROOT_MISC4

could be stack, handle, etc.

MONO_PROFILE_GC_ROOT_TYPEMASK255

Meta