GCMemoryInfo.Generation 属性

定义

获取此 GC 回收的代系。 收集一代人也收集年轻一代。

public:
 property int Generation { int get(); };
public int Generation { get; }
member this.Generation : int
Public ReadOnly Property Generation As Integer

属性值

此 GC 收集的代系。

适用于