SystemInformationEvent.TotalVirtualMemoryBytes Property

Definition

Gets the size of the user-mode virtual address space for the process, in bytes. This value is retrieved from GlobalMemoryStatusEx.

public:
 property long TotalVirtualMemoryBytes { long get(); };
public:
 property long long TotalVirtualMemoryBytes { long long get(); };
public long TotalVirtualMemoryBytes { get; }
member this.TotalVirtualMemoryBytes : int64
Public ReadOnly Property TotalVirtualMemoryBytes As Long

Property Value

Applies to