gpt4 book ai didi

类型固定但没有 USB 硬盘的 C# getdrives?

转载 作者:太空狗 更新时间:2023-10-29 22:56:06 25 4
gpt4 key购买 nike

我想检索系统中的固定磁盘列表。但是 C#s GetDrives 固定驱动器包括插入式 USB 硬盘。

知道如何检测固定驱动器不是 USB 硬盘或反之亦然吗?

最佳答案

解决方案来自 How to get serial number of USB-Stick in C# :

 //import the System.Management namespace at the top in your "using" statement.
ManagementObjectSearch theSearcher = new ManagementObjectSearcher(
"SELECT * FROM Win32_DiskDrive WHERE InterfaceType='USB'");

关于类型固定但没有 USB 硬盘的 C# getdrives?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1665969/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com