.net c#获取电脑物理内存相关数值信息

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

.net c# 通过ManagementClass初始化Win32_Processor信息,遍历获取物理内存详细数值信息

源码:

        /// <summary>
        /// 其它硬件信息
        /// </summary>
        /// <param name="type"></param>
        /// <returns></returns>
        public string PhicnalInfo()
        {
            StringBuilder str = new StringBuilder();
            string name = "Win32_PhysicalMemory";
            ManagementClass osClass = new ManagementClass(name);
            foreach (ManagementObject obj in osClass.GetInstances())
            {
                PropertyDataCollection pdc = obj.Properties;
                foreach (PropertyData pd in pdc)
                {
                    str.AppendLine(string.Format("{0}: {1}", pd.Name, pd.Value));
                }
            }
            return str.ToString();
        }

运行结果:

Attributes: 2
BankLabel: BANK 0
Capacity: 8589934592
Caption: 物理内存
ConfiguredClockSpeed: 1600
ConfiguredVoltage:
CreationClassName: Win32_PhysicalMemory
DataWidth: 64
Description: 物理内存
DeviceLocator: ChannelA-DIMM0
FormFactor: 8
HotSwappable:
InstallDate:
InterleaveDataDepth:
InterleavePosition:
Manufacturer: Kingston
MaxVoltage:
MemoryType: 24
MinVoltage:
Model:
Name: 物理内存
OtherIdentifyingInfo:
PartNumber: 99P5471-033.A00LF
PositionInRow:
PoweredOn:
Removable:
Replaceable:
SerialNumber: ED0482C2
SKU:
SMBIOSMemoryType: 24
Speed: 1600
Status:
Tag: Physical Memory 0
TotalWidth: 64
TypeDetail: 128
Version:
Attributes: 2
BankLabel: BANK 1
Capacity: 8589934592
Caption: 物理内存
ConfiguredClockSpeed: 1600
ConfiguredVoltage:
CreationClassName: Win32_PhysicalMemory
DataWidth: 64
Description: 物理内存
DeviceLocator: ChannelA-DIMM1
FormFactor: 8
HotSwappable:
InstallDate:
InterleaveDataDepth:
InterleavePosition:
Manufacturer: Kingston
MaxVoltage:
MemoryType: 24
MinVoltage:
Model:
Name: 物理内存
OtherIdentifyingInfo:
PartNumber: 99P5471-033.A00LF
PositionInRow:
PoweredOn:
Removable:
Replaceable:
SerialNumber: EB04E8C1
SKU:
SMBIOSMemoryType: 24
Speed: 1600
Status:
Tag: Physical Memory 1
TotalWidth: 64
TypeDetail: 128
Version:
Attributes: 2
BankLabel: BANK 2
Capacity: 8589934592
Caption: 物理内存
ConfiguredClockSpeed: 1600
ConfiguredVoltage:
CreationClassName: Win32_PhysicalMemory
DataWidth: 64
Description: 物理内存
DeviceLocator: ChannelB-DIMM0
FormFactor: 8
HotSwappable:
InstallDate:
InterleaveDataDepth:
InterleavePosition:
Manufacturer: Kingston
MaxVoltage:
MemoryType: 24
MinVoltage:
Model:
Name: 物理内存
OtherIdentifyingInfo:
PartNumber: 99P5471-033.A00LF
PositionInRow:
PoweredOn:
Removable:
Replaceable:
SerialNumber: E804EDC1
SKU:
SMBIOSMemoryType: 24
Speed: 1600
Status:
Tag: Physical Memory 2
TotalWidth: 64
TypeDetail: 128
Version:
Attributes: 2
BankLabel: BANK 3
Capacity: 8589934592
Caption: 物理内存
ConfiguredClockSpeed: 1600
ConfiguredVoltage:
CreationClassName: Win32_PhysicalMemory
DataWidth: 64
Description: 物理内存
DeviceLocator: ChannelB-DIMM1
FormFactor: 8
HotSwappable:
InstallDate:
InterleaveDataDepth:
InterleavePosition:
Manufacturer: Kingston
MaxVoltage:
MemoryType: 24
MinVoltage:
Model:
Name: 物理内存
OtherIdentifyingInfo:
PartNumber: 99P5471-033.A00LF
PositionInRow:
PoweredOn:
Removable:
Replaceable:
SerialNumber: ED044AC1
SKU:
SMBIOSMemoryType: 24
Speed: 1600
Status:
Tag: Physical Memory 3
TotalWidth: 64
TypeDetail: 128
Version:

图片展示效果:


附件:下载该文件资源,减少时间成本(增值服务)
.net c# 获取系统基础信息源码
.net c# 通过代码,获取操作系统的各个信息,如安装软件信息,内存,虚拟目录等,该源码将所有源码集成到HardInfo类中,可根据自己需要进行调用
不商用,只限学习使用,使用后请删除
上传者拥有该资源完整版权,下载既表明已授权您可以进行报备商用,无报备或者使用后报备,视为侵权,报备后使用,为合法有效使用,报备方式,下载后,在下载列表,点击报备,填写使用场景即可
文件部分展示图(单击放大)
.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码.net c# 获取系统基础信息源码
留言
该资源可下载
File Source
0
最新结算
股权转让协议意向书模板
类型: .docx 金额: CNY 2.23¥ 状态: 待结算 详细>
股权转让协议意向书模板
类型: .docx 金额: CNY 0.28¥ 状态: 待结算 详细>
CSS3图片向上3D翻转渐隐消失特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3图片向上3D翻转渐隐消失特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
.net c# 将金额转人名币大写金额
类型: .rar 金额: CNY 2.39¥ 状态: 待结算 详细>
.net c# 将金额转人名币大写金额
类型: .rar 金额: CNY 0.3¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 2.23¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 0.28¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 2.23¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 0.28¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章