OperatingSystemStaticInfoTotalVirtualMemory Property |
Win32_OperatingSystem: TotalVirtualMemorySize: Number, in kilobytes, of virtual memory.
For example, this may be calculated by adding the amount of total RAM to the amount of
paging space, that is, adding the amount of memory in or aggregated by the computer system
to the property, SizeStoredInPagingFiles.
Namespace:
Xcalibur.Models.OperatingSystem
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long TotalVirtualMemory { get; set; }
<DataMemberAttribute>
Public Property TotalVirtualMemory As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long TotalVirtualMemory {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract TotalVirtualMemory : int64 with get, set
[<DataMemberAttribute>]
override TotalVirtualMemory : int64 with get, set
Property Value
Type:
Int64
The total virtual memory.
Implements
IOperatingSystemStaticInfoTotalVirtualMemorySee Also