GCMemoryInfo.PromotedBytes Property

Definition

Gets the promoted bytes for this GC.

public:
 property long PromotedBytes { long get(); };
public long PromotedBytes { get; }
member this.PromotedBytes : int64
Public ReadOnly Property PromotedBytes As Long

Property Value

The number of promoted bytes for this GC.

Remarks

The promoted bytes represent the objects from the generations that the garbage collection is collecting that survived.

Applies to