照着书敲的.留作笔记吧. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; namespace _18获取本机磁盘信息 { class Program { static void Main(string[] args) { GetDiskInfo(); Console.ReadKey(); } [Dl…