public NetworkAdapterConfiguration(ManagementScope mgmtScope, uint keyIndex)
 {
     this.InitializeObject(((ManagementScope)(mgmtScope)), new ManagementPath(NetworkAdapterConfiguration.ConstructPath(keyIndex)), null);
 }
 public NetworkAdapterConfiguration(uint keyIndex)
 {
     this.InitializeObject(null, new ManagementPath(NetworkAdapterConfiguration.ConstructPath(keyIndex)), null);
 }