GCMemoryInfo.HeapSizeBytes 属性

定义

获取上次垃圾回收发生时的总堆大小。

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

属性值

Int64

发生最后一次垃圾回收时的总堆大小(以字节为单位)。

适用于