GCMemoryInfo.HeapSizeBytes 屬性

定義

取得發生最後一次記憶體回收時的總堆積大小。

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

屬性值

Int64

發生上次垃圾收集時,堆積大小總計,以位元組為單位。

適用於