Win32_SystemLogicalMemoryConfiguration class

[The Win32_SystemLogicalMemoryConfiguration association WMI class is no longer available for use.]

Relates a logical memory configuration and the computer system on which it exists.

Windows Server 2003: This class is no longer supported. Use the Win32_OperatingSystem class instead because the properties that exist in the Win32_LogicalMemoryConfiguration class are now a part of the Win32_OperatingSystem class.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

class Win32_SystemLogicalMemoryConfiguration : Win32_SystemSetting
{
  Win32_ComputerSystem             REF Element;
  Win32_LogicalMemoryConfiguration REF Setting;
};

Members

The Win32_SystemLogicalMemoryConfiguration class has these types of members:

  • Properties

Properties

The Win32_SystemLogicalMemoryConfiguration class has these properties.

Element

Data type: Win32_ComputerSystem

Access type: Read-only

Qualifiers: Deprecated

Reference to the instance representing the properties of the computer system where the logical memory configuration resides.

Setting

Data type: Win32_LogicalMemoryConfiguration

Access type: Read-only

Qualifiers: Deprecated

Reference to the instance representing the logical memory configuration that exists on the computer system.

Remarks

The Win32_SystemLogicalMemoryConfiguration class is derived from Win32_SystemSetting.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of client support

None supported

End of server support

Windows Server 2003

Namespace

Root\CIMV2

MOF

CIMWin32.mof

DLL

CIMWin32.dll

See also

Win32_SystemSetting

Operating System Classes