Got it !

  • Thread starter Thread starter Raghuvansh
  • Start date Start date
R

Raghuvansh

Dim PC As New PerformanceCounter("Process", "% Processor Time", "buggyprocess")
Dim CPUUsage As Integer = CInt(PC.NextValue)

Thanks for reading..eh!
 
* (e-mail address removed) (Raghuvansh) scripsit:
Dim PC As New PerformanceCounter("Process", "% Processor Time", "buggyprocess")
Dim CPUUsage As Integer = CInt(PC.NextValue)

I don't get what you are talking about...
 
Back
Top