Network information

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

how can I get some information about all network adapters that are installed
on the local system, their network load, IP information,....
Couldn't find any classes for this in the msdn library.

Greetings,

Peter
 
Hi!
Use System.Management namespace and
Win32_NetworkAdapter WMI class.
Best regards, Adrian.
 
Back
Top