GCMemoryInfo.Compacted 属性
定义
获取指示这是否是压缩 GC 的值。Gets a value that indicates if this is a compacting GC or not.
public:
property bool Compacted { bool get(); };
public bool Compacted { get; }
member this.Compacted : bool
Public ReadOnly Property Compacted As Boolean
属性值
true 如果这是压缩 GC,则为; false 否则为。true if this is a compacting GC; false otherwise.