GCMemoryInfo.PromotedBytes 属性

定义

获取此 GC 的提升字节。

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

属性值

Int64

此 GC 的提升字节数。

适用于