GCMemoryInfo.PinnedObjectsCount プロパティ

定義

この GC で監視される固定オブジェクトの数を取得します。

public:
 property long PinnedObjectsCount { long get(); };
public long PinnedObjectsCount { get; }
member this.PinnedObjectsCount : int64
Public ReadOnly Property PinnedObjectsCount As Long

プロパティ値

この GC によって観察されたピン留めされたオブジェクトの合計数。

適用対象