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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top