GCMemoryInfo.Index 屬性

定義

取得這個 GC 的索引。 GC 索引會從 1 開始,而且會在 GC 開始時增加。 由於資訊會在 GC 結束時更新,這表示您可以取得索引比較早完成之前景 GC 更小的背景 GC 相關資訊。

public:
 property long Index { long get(); };
public long Index { get; }
member this.Index : int64
Public ReadOnly Property Index As Long

屬性值

Int64

這個 GC 的索引。

適用於