c#获取电脑硬件信息参数说明(内存篇 Win32_PhysicalMemory)

  1. uint64   Capacity  --获取内存容量(单位KB)
  2. string   Caption   --物理内存还虚拟内存
  3. uint32   ConfiguredClockSpeed  --配置时钟速度
  4. uint32   ConfiguredVoltage   --配置电压
  5. string   CreationClassName   --创建类名(就是更换这个类的名字)
  6. uint16   DataWidth   --获取内存带宽
  7. string   Description  --描述更Caption一样
  8. string   DeviceLocator  --获取设备定位器
  9. uint16   FormFactor    --构成因素
  10. boolean  HotSwappable  --是否支持热插拔
  11. datetime InstallDate  --安装日期(无值)
  12. uint16   InterleaveDataDepth  --数据交错深度
  13. uint32   InterleavePosition   --交错的位置
  14. string   Manufacturer    --生产商
  15. uint32   MaxVoltage  --最大电压
  16. uint16   MemoryType  --内存类型
  17. uint32   MinVoltage  --最小电压
  18. string   Model  --型号
  19. string   Name  --名字
  20. string   OtherIdentifyingInfo  --其他识别信息
  21. string   PartNumber  --零件编号
  22. uint32   PositionInRow  --行位置
  23. boolean  PoweredOn  --是否接通电源
  24. boolean  Removable  --是否可拆卸
  25. boolean  Replaceable  --是否可更换
  26. string   SerialNumber  --编号
  27. string   SKU  --SKU号
  28. uint32   SMBIOSMemoryType  --SMBIOS内存类型
  29. uint32   Speed  --速率
  30. string   Status  --状态
  31. string   Tag  --唯一标识符的物理存储器
  32. uint16   TotalWidth  --总宽
  33. uint16   TypeDetail  --类型详细信息
  34. string   Version  --版本信息

posted on 2017-10-09 16:44  yungs  阅读(4852)  评论(0)    收藏  举报