C# library to access os events/running processes ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • inlovewithmusic
    New Member
    • Nov 2006
    • 14

    C# library to access os events/running processes ?

    Hi,

    I am writing an application to monitor Operating system events, processes and services that are running on an OS etc. Now , C# has the really cool library System.Diagnost ics which provides the functionality for this, it is constrained to a Windows environment.


    Is there a C# that I can use to access the same (events, active process statistics etc) for Linux ?. If not , is there any other programming language/API that I can use for this ?

    Regards
    Jacob
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Are you using mono? I'm sure you can use System.Diagnost ics in mono as well. See this example.

    Comment

    Working...