GCMemoryInfo.Generation Propiedad

Definición

Obtiene la generación que recopiló esta GC. La recopilación de una generación también recopila generaciones más jóvenes.

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

Valor de propiedad

Generación que recopila este GC.

Se aplica a