性能计数器在c#中不起作用。我认为这是一个系统问题。因为,它在其他系统中工作正常。怎么纠正呢?它显示以下代码的错误:
Ranorex工具代码:
string prcName = "chrome";
PerformanceCounter counter = new PerformanceCounter("Process", "Working Set - Private",prcName)
Report.Info("MonAlbum memory", (counter.RawValue / 1024).ToString("#,##0")+" KB");
错误:
找不到具有指定类名的性能计数器 '进程'反对'工作集 - 私人'