SystemInformationEvent.TotalVirtualMemoryBytes 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 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