Diagnostics methods

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SalamElias

    Diagnostics methods

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

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

    System.Diagnost ics.Process' does not contain a definition for
    'GetCurrentProc ess'

    Thansk for your help
  • SalamElias

    #2
    RE: Diagnostics methods

    Please don't bother I fixed the issue

    "SalamElias " wrote:
    [color=blue]
    > Hi, I am trying to use
    > using System.Diagnost ics;
    > Then somewher
    >
    > Process ProcessCourant = Process.GetCurr entProcess();
    > I get the following error :
    >
    > System.Diagnost ics.Process' does not contain a definition for
    > 'GetCurrentProc ess'
    >
    > Thansk for your help[/color]

    Comment

    Working...