Lire en anglais Modifier

Partager via


GCMemoryInfo.Concurrent Property

Definition

Gets a value that indicates if this is a concurrent GC (background GC) or not.

C#
public bool Concurrent { get; }

Property Value

true if this is a concurrent GC (background GC); false otherwise.

Applies to

Produit Versions
.NET 5, 6, 7, 8, 9, 10

See also