08 2014 档案
摘要:1 using System; 2 using System.Management; 3 namespace Soyee.Comm 4 { 5 /// 6 /// Computer Information 7 /// 8 public class Computer 9 { 10 public str...
阅读全文
摘要:1 System.IO.DriveInfo[] hardDiskDrives = System.IO.DriveInfo.GetDrives(); 2 foreach (System.IO.DriveInfo hardDiskDrive in hardDiskDrives) 3 { 4 if(hardDisk...
阅读全文