ProcessMemoryUsageReport.VirtualMemorySizeInBytes 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 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
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.