Hey.
Im trying to get information about the network usage using WMI, things such as the current download/upload speed etc.
This is easily retrieved using the PerformanceCounter but I'd rather avoid using it as it requires hardcoded category names that are language dependant (or am I wrong?).

Im still fairly new to this whole WMI thing..
Do you have any example, link or anything else that might help me? Thank you.