GCMemoryInfo.TotalCommittedBytes 属性

定义

获取托管堆的已提交字节总数。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

属性值

Int64

托管堆的提交总字节数。The total committed bytes of the managed heap.

适用于