GCMemoryInfo.Concurrent Özellik

Tanım

Bunun eşzamanlı gc (arka plan GC) olup olmadığını gösteren bir değer alır.

public:
 property bool Concurrent { bool get(); };
public bool Concurrent { get; }
member this.Concurrent : bool
Public ReadOnly Property Concurrent As Boolean

Özellik Değeri

Boolean

true bu eşzamanlı bir GC ise (arka plan GC); false Aksi takdir -de.

Şunlara uygulanır