ref struct properties not included in dump
Options
GC.GetGCMemoryInfo().Dump();
doesn't include properties GenerationInfo
and PauseDurations
.
Comments
-
This is on the list - it's quite tricky to deal with ref structs via Reflection.
https://github.com/dotnet/runtime/issues/10057