|
-
March 1st, 2009, 09:04 AM
#1
I/O for processes
hi,
how i can retrieve the number of input/output operations generated by each process in the task manager using c#?
-
March 2nd, 2009, 05:14 AM
#2
Re: I/O for processes
it is not possible in C#; you need low level programming.
you need to be familiar with interrupts.
Please rate my post if it was helpful for you.  Java, C#, C++, PHP, ASP.NET
SQL Server, MySQL
DirectX
MATH Touraj Ebrahimi
[toraj_e] [at] [yahoo] [dot] [com]
-
March 2nd, 2009, 09:13 AM
#3
Re: I/O for processes
I think it is not so hardcore, Win API and P/Invoke should be enought.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
-
March 3rd, 2009, 01:44 AM
#4
Re: I/O for processes
if it is possible with P/Invoke then you may find it in thid wiki:
http://www.pinvoke.net
Please rate my post if it was helpful for you.  Java, C#, C++, PHP, ASP.NET
SQL Server, MySQL
DirectX
MATH Touraj Ebrahimi
[toraj_e] [at] [yahoo] [dot] [com]
-
March 3rd, 2009, 01:54 AM
#5
Re: I/O for processes
i did a search in pinvoke.net with keyword: "process" but i did not find any to do the job.
Please rate my post if it was helpful for you.  Java, C#, C++, PHP, ASP.NET
SQL Server, MySQL
DirectX
MATH Touraj Ebrahimi
[toraj_e] [at] [yahoo] [dot] [com]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|