GCMemoryInfo.Generation 속성

정의

이 GC가 수집한 세대를 가져옵니다. 세대를 수집하는 것은 또한 젊은 세대를 수집합니다.

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

속성 값

이 GC가 수집한 세대입니다.

적용 대상