91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.02M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-23
  • 語言: C#
  • 標(biāo)簽: 內(nèi)存??

資源簡介

將內(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


評論

共有 條評論