GCMemoryInfo.Generation Özellik

Tanım

Bu GC'nin topladığı nesli alır. Bir neslin toplanması genç nesilleri de toplar.

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

Özellik Değeri

Int32

Bu GC'nin topladığı nesil.

Şunlara uygulanır