다음을 통해 공유


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에서 관찰하는 고정된 개체의 총 수입니다.

적용 대상