Hi,
I'm looking for general system state functions for Mono. Things I need are:
- Memory (available, total)
- Free disk space
- IP Number
- External IP
- Running processes / services / daemons
How do I get those?
Thanks in advance,
Yvan
Hi,
I'm looking for general system state functions for Mono. Things I need are:
How do I get those?
Thanks in advance,
Yvan
In the order of your list requirements, I have outlined the necessary namespaces for those functions. Since you did not supply the platform...
ipconfig
or ifconfig
, or check the routing tables.Hope this helps, Best regards, Tom.