获取U盘ID序列号 VS2005编译通过,源码源自CSDN。已经测试好用。 可以获得U盘名称,制造商ID号 版本号 U盘序列号及容量 Form1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Sy
(经测试win10上电脑磁盘、U盘、硬盘都可获序列号)使用C++按照标准封装的供C#调用DLL,两个方法一个是Add仅供调用测试使用,另一个方法getUSBSerial,资源中包含unity中调用的测试代码和已经封装好的DLL动态库,此动态库是楼主项目中使用的绝对有效经过检测。C#文件中没有获取可移动磁盘盘符的代码,写在这里提供给大家:DriveInfo[] s = DriveInfo.GetDrives();foreach (DriveInfo drive in s) {if (drive.D