GCMemoryInfo.Generation 屬性

定義

取得此 GC 回收的世代。 收集世代也會收集較新的世代。

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

屬性值

收集此 GC 的世代。

適用於