Click or drag to resize

IMemorySlotInfo Interface

A single memory slot - interface.

For more information see: Win32_PhysicalMemory class

Namespace:  Xcalibur.Models.Hardware.Memory
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface IMemorySlotInfo

The IMemorySlotInfo type exposes the following members.

Properties
  NameDescription
Public propertyBankLabel
Win32_PhysicalMemory: Physically labeled bank where the memory is located.
Public propertyCapacity
Win32_PhysicalMemory: Total capacity of the physical memory—in bytes.
Public propertyConfiguredClockSpeed
Win32_PhysicalMemory: The configured clock speed of the memory device, in megahertz (MHz), or 0, if the speed is unknown.
Public propertyConfiguredVoltage
Win32_PhysicalMemory: Configured voltage for this device, in millivolts, or 0, if the voltage is unknown.
Public propertyDeviceLocator
Win32_PhysicalMemory: Label of the socket or circuit board that holds the memory.
Public propertyManufacturer
Win32_PhysicalMemory: Name of the organization responsible for producing the physical element.
Public propertyPartNumber
Win32_PhysicalMemory: Part number assigned by the organization responsible for producing or manufacturing the physical element.
Public propertySpeed
Win32_PhysicalMemory: Speed of the physical memory—in nanoseconds.
Public propertyTag
Win32_PhysicalMemory: Unique identifier for the physical memory device that is represented by an instance of Win32_PhysicalMemory. This property is inherited from CIM_PhysicalElement.
Top
See Also