Executable monitor using c#- any relevant class in the framework?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wbsatish75
    New Member
    • Dec 2013
    • 1

    Executable monitor using c#- any relevant class in the framework?

    I have to select any exe from my c# GUI app and monitor the file accesses for that exe.

    I have to collect the open/close stats,read/write stats of each file the exe accesses.i doubt the filesystemwatch er can be useful here.

    what's the best way to do it from c#? is WMI the answer? any specific class/namespace?

    pls provide me a illustrated example/link.
Working...