GCGenerationInfo Struct

Definition

Represents the size and the fragmenation of a generation on entry and on exit of the GC reported in GCMemoryInfo.

public value class GCGenerationInfo
public readonly struct GCGenerationInfo
type GCGenerationInfo = struct
Public Structure GCGenerationInfo
Inheritance
GCGenerationInfo

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.

Applies to