GCMemoryInfo.PinnedObjectsCount 属性

定义

获取此 GC 观察到的固定对象数。

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

属性值

Int64

此 GC 观察到的固定对象总数。

适用于