資源簡介
將內(nèi)存信息 寫入listview控件,
包含 Capacity/Caption/TotalWidth/TypeDetail/SMBIOSMemoryType/DataWidth/CreationClassName/ConfiguredClockSpeed 等等
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Management;
//www.srcfans.com
namespace?GetMemoryInfo
{
????public?partial?class?Frm_Main?:?Form
????{
????????public?Frm_Main()
????????{
????????????InitializeComponent();
????????}
????????private?void?Frm_Main_Load(object?sender?EventArgs?e)
????????{
????????????InsertInfo(“Win32_PhysicalMemory“?ref?listView1?true);//將內(nèi)存信息顯示在列表中
????????}
????????public?void?InsertInfo(string?Key?ref?ListView?lst?bool?DontInsertNull)
????????{
????????????lst.Items.Clear();//清空ListView控件
????????????//創(chuàng)建ManagementobjectSearcher對象,使其查找參數(shù)Key的內(nèi)容
????????????ManagementobjectSearcher?searcher?=?new?ManagementobjectSearcher(“select?*?from?“?+?Key);
????????????try
????????????{
????????????????//使用foreach語句遍歷ManagementobjectSearcher對象查找的內(nèi)容
????????????????foreach?(ManagementO
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4778??2017-03-15?17:28??srcfans.com\GetMemoryInfo\GetMemoryInfo\Frm_Main.cs
?????文件???????3115??2010-08-27?16:24??srcfans.com\GetMemoryInfo\GetMemoryInfo\Frm_Main.Designer.cs
?????文件???????5814??2010-08-27?16:24??srcfans.com\GetMemoryInfo\GetMemoryInfo\Frm_Main.resx
?????文件???????3853??2010-08-27?16:22??srcfans.com\GetMemoryInfo\GetMemoryInfo\GetMemoryInfo.csproj
?????文件????????497??2010-08-27?15:46??srcfans.com\GetMemoryInfo\GetMemoryInfo\Program.cs
?????文件???????1358??2010-08-27?15:45??srcfans.com\GetMemoryInfo\GetMemoryInfo\Properties\AssemblyInfo.cs
?????文件???????2876??2010-08-27?15:45??srcfans.com\GetMemoryInfo\GetMemoryInfo\Properties\Resources.Designer.cs
?????文件???????5612??2010-08-27?15:45??srcfans.com\GetMemoryInfo\GetMemoryInfo\Properties\Resources.resx
?????文件???????1098??2010-08-27?15:45??srcfans.com\GetMemoryInfo\GetMemoryInfo\Properties\Settings.Designer.cs
?????文件????????249??2010-08-27?15:45??srcfans.com\GetMemoryInfo\GetMemoryInfo\Properties\Settings.settings
?????文件????????929??2010-08-27?15:45??srcfans.com\GetMemoryInfo\GetMemoryInfo.sln
????..A..H.?????40448??2010-09-11?17:06??srcfans.com\GetMemoryInfo\GetMemoryInfo.suo
?????目錄??????????0??2017-03-15?15:47??srcfans.com\GetMemoryInfo\GetMemoryInfo\Properties
?????目錄??????????0??2017-03-15?17:26??srcfans.com\GetMemoryInfo\GetMemoryInfo
?????目錄??????????0??2017-03-15?15:47??srcfans.com\GetMemoryInfo
?????目錄??????????0??2017-03-15?17:24??srcfans.com
-----------?---------??----------?-----??----
????????????????70627????????????????????16
- 上一篇:讀取磁盤文件(簡易版資源管理器)
- 下一篇:C# 定時記錄(類似秒表)
評論
共有 條評論