许明会的计算机技术主页

Language:C,C++,.NET Framework(C#)
Thinking:Design Pattern,Algorithm,WPF,Windows Internals
Database:SQLServer,Oracle,MySQL,PostSQL
IT:MCITP,Exchange,Lync,Virtualization,CCNP

导航

2014年3月13日

C#检测网卡和网络统计信息

摘要: using System;using System.Collections.Generic;using System.Net.NetworkInformation;public class MyClass{ public static void Main() { //Host Info IPGlobalProperties ipProp = IPGlobalProperties.GetIPGlobalProperties(); string hostInfo = string.Format("Host Name:{... 阅读全文

posted @ 2014-03-13 20:50 许明会 阅读(1302) 评论(0) 推荐(0) 编辑