2020年6月19日

C# 获取计算机CPU使用率/内存使用率/磁盘使用率

摘要: CPU: void Main() { ManagementObjectSearcher searcher = new ManagementObjectSearcher("select PercentProcessorTime from Win32_PerfFormattedData_PerfOS_P 阅读全文

posted @ 2020-06-19 11:39 空明流光 阅读(5189) 评论(0) 推荐(0)

导航