ProcessMemoryUsageReport.PrivatePageCount Property

Definition

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

UInt64

unsigned long long

uint64_t

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.

Applies to