Help with NetworkAdapterSetting needed

  • Thread starter Thread starter James Jenkins
  • Start date Start date
J

James Jenkins

hI - I have to impliment the Win32_NetworkAdapterSetting in C# - I call
this but cannot seem to see how this relates the adapter with the
adapterconfig - does anyone have a sample of this

thanks
James
 
James,

Win32_NetworkAdapterSetting is a WMI class, not a .NET type (although
you might have created a .NET representation, there is a tool to do this).

I'm not sure what you are trying to do. Are you trying to get
information, or are you trying to change it?
 
Back
Top