BACK TO INDEX

Win32_LogicalMemoryConfiguration
The Win32_LogicalMemoryConfiguration class represents the layout and availability of memory on a Win32 system. This class is being deprecated in favor of the Win32_OperatingSystem class.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AvailableVirtualMemoryUInt32The AvailableVirtualMemory property indicates the available (unreserved or uncommitted) amount of memory that a calling process can use. This property has been deprecated in favor of the FreeVirtualMemory property in CIM_OperatingSystem class.
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DescriptionStringA textual description of the CIM_Setting object.
NameStringThe Name property indicates that this class represents a logical memory configuration. Example: LogicalMemoryConfiguration. This property has been deprecated in favor of the inherited name property in CIM_OperatingSystem class.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TotalPageFileSpaceUInt32The TotalPageFileSpace property indicates the total amount of memory that can be stored in the paging file. This property has been deprecated in favor of the SizeStoredInPagingFiles property in CIM_OperatingSystem class.
TotalPhysicalMemoryUInt32The TotalPhysicalMemory property indicates the total amount of physical memory as available to the operating system. This property has been deprecated in favor of the TotalVisibleMemorySize property in CIM_OperatingSystem class.
TotalVirtualMemoryUInt32The TotalVirtualMemory property indicates the total amount of memory available to a calling process. This property has been deprecated in favor of the TotalVirtualMemorySize property in CIM_OperatingSystem class.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_LogicalMemoryConfiguration
   {
    AvailableVirtualMemory = 2614100;
    Caption = "Logical Memory Configuration";
    Description = "Logical Memory Configuration";
    Name = "LogicalMemoryConfiguration";
    SettingID = "LogicalMemoryConfiguration";
    TotalPageFileSpace = 1348296;
    TotalPhysicalMemory = 3144968;
    TotalVirtualMemory = 4493264;
   };