GCMemoryInfo.Concurrent プロパティ

定義

これが同時 GC (バックグラウンド GC) かどうかを示す値を取得します。

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

プロパティ値

Boolean

true これが同時 GC (バックグラウンド GC) の場合。 false それ以外の場合。

適用対象