Jump to content

process

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
ged25

ged25

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
Is it possible to monitor the activities of a single process using C# ?

#2
Termana

Termana

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,057 posts
What type of activities are you trying to monitor?

Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!


#3
ged25

ged25

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
Whatever it does. I mean what all files or resources it accesses, whatever modifications it does, everything...

#4
Victor

Victor

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
This should help you get started
Process Class (System.Diagnostics)