CIM_MemoryCapacity class

The CIM_MemoryCapacity class represents memory that can be installed on a physical element and its minimum and maximum configurations. Information on memory that is currently installed and an element's minimum and maximum requirements is located in instances of the CIM_PhysicalMemory class.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

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

Syntax

[Abstract, UUID("{FAF76B6B-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_MemoryCapacity : CIM_PhysicalCapacity
{
  string Caption;
  string Description;
  string Name;
  uint64 MaximumMemoryCapacity;
  uint16 MemoryType;
  uint64 MinimumMemoryCapacity;
};

Members

The CIM_MemoryCapacity class has these types of members:

Properties

The CIM_MemoryCapacity class has these properties.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Short textual description of the object.

This property is inherited from CIM_PhysicalCapacity.

Description

Data type: string

Access type: Read-only

Textual description of the object.

This property is inherited from CIM_PhysicalCapacity.

MaximumMemoryCapacity

Data type: uint64

Access type: Read-only

Qualifiers: Units ("kilobytes")

Maximum amount of memory, in kilobytes, that can be supported by the associated physical element.

For more information about using uint64 values in scripts, see Scripting in WMI.

MemoryType

Data type: uint16

Access type: Read-only

Qualifiers: Key, ModelCorrespondence ("CIM_PhysicalMemory.MemoryType")

Type of memory, which is part of the object key. Values correspond to the list of possible memory types in the CIM_PhysicalMemory class.

Unknown (0)

Other (1)

DRAM (2)

Synchronous DRAM (3)

Cache DRAM (4)

EDO (5)

EDRAM (6)

VRAM (7)

SRAM (8)

RAM (9)

ROM (10)

Flash (11)

EEPROM (12)

FEPROM (13)

EPROM (14)

CDRAM (15)

3DRAM (16)

SDRAM (17)

SGRAM (18)

RDRAM (19)

DDR (20)

DDR-2 (21)

MinimumMemoryCapacity

Data type: uint64

Access type: Read-only

Qualifiers: Units ("kilobytes")

Minimum amount of memory, in kilobytes, that is needed for the associated physical element to operate correctly.

For more information about using uint64 values in scripts, see Scripting in WMI.

Name

Data type: string

Access type: Read-only

Qualifiers: Override ("Name"), Key

The name of the object; serves as a part of the object key.

Remarks

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_PhysicalCapacity