CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2009
    Posts
    28

    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#?

  2. #2
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    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]

  3. #3
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    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.

  4. #4
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    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]

  5. #5
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    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
  •  





Click Here to Expand Forum to Full Width

Featured