SystemInformationEvent.TotalPhysicalBytes Property

Gets the size of physical memory 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 TotalPhysicalBytes As Long
public long TotalPhysicalBytes { get; }
public:
property long long TotalPhysicalBytes {
    long long get ();
}
member TotalPhysicalBytes : int64 with get
function get TotalPhysicalBytes () : long

Property Value

Type: Int64

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace