GCMemoryInfo.Concurrent Property

Definition

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

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

Property Value

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

Applies to

See also