C# Class Network_Manager.Gadget.ControlPanel.ConfigureInterface.LoadProfileForm

Inheritance: System.Windows.Forms.Form
Show file Open project: SortByte/Network-Manager Class Usage Examples

Public Properties

Property Type Description
DhcpEnabled NetworkInterface.Dhcp
IPv4Address List
IPv4DnsServer List
IPv4Gateway List
IPv4Mtu int
IPv6Address List
IPv6DnsServer List
IPv6Gateway List
IPv6Mtu int
InterfaceMetric int
LoadMode Config.InterfaceProfile.LoadingMode
NetbiosEnabled NetworkInterface.Netbios
RouterDiscovery NetworkInterface.RouterDiscovery

Public Methods

Method Description
LoadProfileForm ( string profileName ) : System

Private Methods

Method Description
Load_Click ( object sender, EventArgs e ) : void
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
treeView1_AfterCheck ( object sender, TreeViewEventArgs e ) : void
updateChildNodes ( TreeNode node, bool state ) : void

Method Details

LoadProfileForm() public method

public LoadProfileForm ( string profileName ) : System
profileName string
return System

Property Details

DhcpEnabled public property

public NetworkInterface.Dhcp DhcpEnabled
return NetworkInterface.Dhcp

IPv4Address public property

public List IPv4Address
return List

IPv4DnsServer public property

public List IPv4DnsServer
return List

IPv4Gateway public property

public List IPv4Gateway
return List

IPv4Mtu public property

public int IPv4Mtu
return int

IPv6Address public property

public List IPv6Address
return List

IPv6DnsServer public property

public List IPv6DnsServer
return List

IPv6Gateway public property

public List IPv6Gateway
return List

IPv6Mtu public property

public int IPv6Mtu
return int

InterfaceMetric public property

public int InterfaceMetric
return int

LoadMode public property

public Config.InterfaceProfile.LoadingMode LoadMode
return Config.InterfaceProfile.LoadingMode

NetbiosEnabled public property

public NetworkInterface.Netbios NetbiosEnabled
return NetworkInterface.Netbios

RouterDiscovery public property

public NetworkInterface.RouterDiscovery RouterDiscovery
return NetworkInterface.RouterDiscovery