摘要:
using System.Runtime.InteropServices; using System.Management; using System; public class HardwareInfo ...{ //取机器名 public string GetHostName() ...{ return System.Net.Dns.GetHostNa... 阅读全文
摘要:
using System; using System.Runtime.InteropServices; namespace UtilityControl { /// /// 关于IP地址的若干操作 /// public class IP { public ... 阅读全文