GCMemoryInfo.TotalCommittedBytes 属性

定义

获取托管堆的已提交字节总数。

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

属性值

Int64

托管堆的已提交字节总数。

适用于