コード例 #1
0
 public void Test_Memory_UsedPercentage()
 {
     BatchProcessor.Library.PerformanceCountersXPlatform perf = new BatchProcessor.Library.PerformanceCountersXPlatform();
     perf.GetUsedMemoryPercentageXPlatform();
 }
コード例 #2
0
 public void Test_CPU_Utilization()
 {
     BatchProcessor.Library.PerformanceCountersXPlatform perf = new BatchProcessor.Library.PerformanceCountersXPlatform();
     perf.GetCurrentCpuUsageXPlatform();
 }