GCMemoryInfo.Concurrent 屬性

定義

取得值,指出這個 是否為並行 GC (背景 GC) 。

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

屬性值

true 如果這是並行 GC (背景 GC) 則為 ; false 否則。

適用於

另請參閱