摘要:
需要监控服务器的一些系统信息,可以通过wmi接口进行数据读取:/// <summary> /// 获取数据 /// </summary> public static void get() { ManagementPath pathSearch = new ManagementPath("\\\\122.224.1.12\\Root\\CIMV2"); ManagementScope scope = new ManagementScope(pathSearch); scope.Options.Username = "user"; s 阅读全文
posted @ 2011-05-09 16:50
Henry.Lau
阅读(1078)
评论(0)
推荐(0)
浙公网安备 33010602011771号