OperatingSystemStaticInfoTotalPhysicalMemory Property |
Win32_OperatingSystem: TotalVisibleMemorySize: Total amount, in kilobytes, of physical
memory available to the operating system. This value does not necessarily indicate the true
amount of physical memory, but what is reported to the operating system as available to it.
Namespace:
Xcalibur.Models.OperatingSystem
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long TotalPhysicalMemory { get; set; }
<DataMemberAttribute>
Public Property TotalPhysicalMemory As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long TotalPhysicalMemory {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract TotalPhysicalMemory : int64 with get, set
[<DataMemberAttribute>]
override TotalPhysicalMemory : int64 with get, set
Property Value
Type:
Int64
The total physical memory.
Implements
IOperatingSystemStaticInfoTotalPhysicalMemorySee Also