GCMemoryInfo.TotalCommittedBytes Property

Definition

Gets the total committed bytes of the managed heap.

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

Property Value

Int64

The total committed bytes of the managed heap.

Applies to