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  --版本信息


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM