GCMemoryInfo.PinnedObjectsCount Property

Definition

Gets the number of pinned objects this GC observed.

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

Property Value

The total number of pinned objects observed by this GC.

Applies to