ProcessMemoryUsageReport.VirtualMemorySizeInBytes Property

Definition

Gets the amount of the virtual memory allocated for the associated process.

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

Property Value

UInt64

unsigned long long

uint64_t

The amount of virtual memory, in bytes, allocated for the associated process.

Remarks

The value returned by this property represents the current size of virtual memory used by the process. The operating system maps the virtual address space for each process either to pages loaded in physical memory, or to pages stored in the virtual memory paging file on disk.

Applies to