摘要: using System.Runtime.InteropServices; using System.Management; using System; public class HardwareInfo ...{ //取机器名 public string GetHostName() ...{ return System.Net.Dns.GetHostNa... 阅读全文
posted @ 2008-03-11 15:52 Max Woods 阅读(4751) 评论(3) 推荐(0) 编辑
摘要: using System; using System.Runtime.InteropServices; namespace UtilityControl { /// /// 关于IP地址的若干操作 /// public class IP { public ... 阅读全文
posted @ 2008-03-11 15:44 Max Woods 阅读(1207) 评论(0) 推荐(0) 编辑