Share via


ProcessMemoryUsageReport.PageFileSizeInBytes Property

Definition

Gets the size of the memory page file in bytes.

public:
 property unsigned long long PageFileSizeInBytes { unsigned long long get(); };
uint64_t PageFileSizeInBytes();
public ulong PageFileSizeInBytes { get; }
var uInt64 = processMemoryUsageReport.pageFileSizeInBytes;
Public ReadOnly Property PageFileSizeInBytes As ULong

Property Value

UInt64

unsigned long long

uint64_t

The size of the memory page file in bytes.

Applies to