摘要: 下表列出了由 GridView 类型公开的成员。 阅读全文
posted @ 2006-11-22 09:51 ddr888 阅读(1674) 评论(1) 推荐(0) 编辑
摘要: using System; using System.Runtime.InteropServices; using System.Management; namespace Hardware { /// /// Hardware_Mac 的摘要说明。 /// public class HardwareInfo { //取机器名 public string GetHostName() { return System.Net.Dns.GetHostName(); } //取CPU编号 public String GetCpuID() { 阅读全文
posted @ 2006-11-22 09:39 ddr888 阅读(537) 评论(0) 推荐(0) 编辑