Click or drag to resize

MemorySlotInfo Class

A single memory slot.

For more information see: Win32_PhysicalMemory class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.Hardware.MemoryMemorySlotInfo

Namespace:  Xcalibur.Models.Hardware.Memory
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class MemorySlotInfo : IMemorySlotInfo

The MemorySlotInfo type exposes the following members.

Constructors
  NameDescription
Public methodMemorySlotInfo
Initializes a new instance of the MemorySlotInfo class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also