System.Management seems not to be implemented. Is there any way or will I have to wrap the system calls myself?
Cheers
System.Management seems not to be implemented. Is there any way or will I have to wrap the system calls myself?
Cheers
There seems to be no way to properly do this out of the box with Mono.
My suggestion (and what I am attempting right now, also) is to simply parse /etc/network/interfaces and do it that way.
A good start would be this Awk script that parses Interfaces https://joekuan.wordpress.com/2009/11/01/awk-scripts-for-reading-and-editing-ubuntu-etcnetworkinterfaces-file-part-22/
Good luck!