SystemInformationEvent.TotalPhysicalBytes 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 physical memory, in bytes. This value is retrieved from GlobalMemoryStatusEx.
public:
property long TotalPhysicalBytes { long get(); };
public:
property long long TotalPhysicalBytes { long long get(); };
public long TotalPhysicalBytes { get; }
member this.TotalPhysicalBytes : int64
Public ReadOnly Property TotalPhysicalBytes As Long