GCGenerationInfo Struct 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the size and the fragmenation of a generation on entry and on exit of the GC reported in GCMemoryInfo.
public value class GCGenerationInfopublic readonly struct GCGenerationInfotype GCGenerationInfo = structPublic Structure GCGenerationInfo- Inheritance
Properties
| FragmentationAfterBytes | Gets the fragmentation in bytes on exit from the reported collection. | 
| FragmentationBeforeBytes | Gets the fragmentation in bytes on entry to the reported collection. | 
| SizeAfterBytes | Gets the size in bytes on exit from the reported collection. | 
| SizeBeforeBytes | Gets the size in bytes on entry to the reported collection. |