SystemInformationEvent.TotalVirtualMemoryBytes Property

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

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property TotalVirtualMemoryBytes As Long
public long TotalVirtualMemoryBytes { get; }
public:
property long long TotalVirtualMemoryBytes {
    long long get ();
}
member TotalVirtualMemoryBytes : int64 with get
function get TotalVirtualMemoryBytes () : long

Property Value

Type: Int64

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace