Diagnostics methods

G

Guest

Hi, I am trying to use
using System.Diagnostics;
Then somewher

Process ProcessCourant = Process.GetCurrentProcess();
I get the following error :

System.Diagnostics.Process' does not contain a definition for
'GetCurrentProcess'

Thansk for your help
 

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

Top