Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检测磁盘信息和磁盘分区样式(mbr/gpt)。我试图找出使用System.IO.DriveInfo类,但这还不够。有没有办法用 c# 判断磁盘是否有 GPT 或 MBR 分区?