資源簡介
win7/win8以及以上系統(tǒng),請以管理員身份運行 方可獲得硬盤序列號
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?System.Collections;
using?System.Threading;
using?System.Text.Regularexpressions;
using?System.Diagnostics;
using?System.Management;
using?System.Runtime.InteropServices;
namespace?GetHardId
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????this.textBox1.Text?=?GetDiskInfo();
????????????this.textBox2.Text?=?GetDiskInfo2();
????????}
????????private?string?GetDiskInfo()
????????{
????????????try
????????????{
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????24576??2011-11-19?10:27??GetHardId\GetHardId\bin\Debug\GetHardId.exe
?????文件??????30208??2011-11-19?10:27??GetHardId\GetHardId\bin\Debug\GetHardId.pdb
?????文件???????5632??2005-12-08?14:51??GetHardId\GetHardId\bin\Debug\GetHardId.vshost.exe
?????文件???????1840??2011-11-19?10:27??GetHardId\GetHardId\Form1.cs
?????文件???????4325??2011-11-19?10:27??GetHardId\GetHardId\Form1.Designer.cs
?????文件???????5814??2011-11-19?10:27??GetHardId\GetHardId\Form1.resx
?????文件???????3315??2011-11-19?10:24??GetHardId\GetHardId\GetHardId.csproj
?????文件????????168??2011-11-19?10:20??GetHardId\GetHardId\GetHardId.csproj.user
?????文件??????14298??2011-11-19?10:20??GetHardId\GetHardId\HardDiskInfo.cs
?????文件????????842??2011-11-19?10:27??GetHardId\GetHardId\obj\Debug\GetHardId.csproj.GenerateResource.Cache
?????文件??????24576??2011-11-19?10:27??GetHardId\GetHardId\obj\Debug\GetHardId.exe
?????文件????????180??2011-11-19?10:27??GetHardId\GetHardId\obj\Debug\GetHardId.Form1.resources
?????文件??????30208??2011-11-19?10:27??GetHardId\GetHardId\obj\Debug\GetHardId.pdb
?????文件????????180??2011-11-19?10:20??GetHardId\GetHardId\obj\Debug\GetHardId.Properties.Resources.resources
?????文件????????634??2011-11-19?10:27??GetHardId\GetHardId\obj\GetHardId.csproj.FileListAbsolute.txt
?????文件????????468??2011-11-19?10:14??GetHardId\GetHardId\Program.cs
?????文件???????1190??2011-11-19?10:14??GetHardId\GetHardId\Properties\AssemblyInfo.cs
?????文件???????2874??2011-11-19?10:14??GetHardId\GetHardId\Properties\Resources.Designer.cs
?????文件???????5612??2011-11-19?10:14??GetHardId\GetHardId\Properties\Resources.resx
?????文件???????1094??2011-11-19?10:14??GetHardId\GetHardId\Properties\Settings.Designer.cs
?????文件????????249??2011-11-19?10:14??GetHardId\GetHardId\Properties\Settings.settings
?????文件????????916??2011-11-19?10:14??GetHardId\GetHardId.sln
????..A..H.?????13312??2011-11-19?10:27??GetHardId\GetHardId.suo
?????目錄??????????0??2011-11-19?10:21??GetHardId\GetHardId\obj\Debug\Refactor
?????目錄??????????0??2011-11-19?10:14??GetHardId\GetHardId\obj\Debug\TempPE
?????目錄??????????0??2011-11-19?10:24??GetHardId\GetHardId\bin\Debug
?????目錄??????????0??2011-11-19?10:27??GetHardId\GetHardId\obj\Debug
?????目錄??????????0??2011-11-19?10:14??GetHardId\GetHardId\bin
?????目錄??????????0??2011-11-19?10:21??GetHardId\GetHardId\obj
?????目錄??????????0??2011-11-19?10:14??GetHardId\GetHardId\Properties
............此處省略5個文件信息
- 上一篇:C# 串口通信源碼(常用的RS232通信范例)
- 下一篇:C# 軟鍵盤終極版
評論
共有 條評論