Click to See Complete Forum and Search --> : I/O for processes


elham
March 1st, 2009, 08:04 AM
hi,
how i can retrieve the number of input/output operations generated by each process in the task manager using c#?

toraj58
March 2nd, 2009, 04:14 AM
it is not possible in C#; you need low level programming.
you need to be familiar with interrupts.

boudino
March 2nd, 2009, 08:13 AM
I think it is not so hardcore, Win API and P/Invoke should be enought.

toraj58
March 3rd, 2009, 12:44 AM
if it is possible with P/Invoke then you may find it in thid wiki:

http://www.pinvoke.net

toraj58
March 3rd, 2009, 12:54 AM
i did a search in pinvoke.net with keyword: "process" but i did not find any to do the job.