ProcessMemoryUsageReport.PrivatePageCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of private memory pages allocated for the associated process.
public:
property unsigned long long PrivatePageCount { unsigned long long get(); };
uint64_t PrivatePageCount();
public ulong PrivatePageCount { get; }
var uInt64 = processMemoryUsageReport.privatePageCount;
Public ReadOnly Property PrivatePageCount As ULong
Property Value
The number of private memory pages allocated for the associated process.
Remarks
The value returned by this property represents the current number of memory pages used by the process that cannot be shared with other processes.