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

Afficher le fichier Open project: SortByte/Network-Manager Class Usage Examples

Méthodes publiques

Свойство 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
ProfileName string
RouterDiscovery NetworkInterface.RouterDiscovery

Méthodes publiques

Méthode Description
SaveProfileForm ( string name, bool ipv4Enabled, List ipv4Address, List ipv4Gateway, List ipv4DnsServer, bool dhcpIP, bool dhcpDns, bool netbios, int ipv4Mtu, bool ipv6Enabled, List ipv6Address, List ipv6Gateway, List ipv6DnsServer, bool routerDiscovery, int ipv6Mtu, int interfaceMetric ) : System

Private Methods

Méthode Description
Save_Click ( object sender, EventArgs e ) : void
treeView1_AfterCheck ( object sender, TreeViewEventArgs e ) : void
updateChildNodes ( TreeNode node, bool state ) : void

Method Details

SaveProfileForm() public méthode

public SaveProfileForm ( string name, bool ipv4Enabled, List ipv4Address, List ipv4Gateway, List ipv4DnsServer, bool dhcpIP, bool dhcpDns, bool netbios, int ipv4Mtu, bool ipv6Enabled, List ipv6Address, List ipv6Gateway, List ipv6DnsServer, bool routerDiscovery, int ipv6Mtu, int interfaceMetric ) : System
name string
ipv4Enabled bool
ipv4Address List
ipv4Gateway List
ipv4DnsServer List
dhcpIP bool
dhcpDns bool
netbios bool
ipv4Mtu int
ipv6Enabled bool
ipv6Address List
ipv6Gateway List
ipv6DnsServer List
routerDiscovery bool
ipv6Mtu int
interfaceMetric int
Résultat System

Property Details

DhcpEnabled public_oe property

public NetworkInterface.Dhcp DhcpEnabled
Résultat NetworkInterface.Dhcp

IPv4Address public_oe property

public List IPv4Address
Résultat List

IPv4DnsServer public_oe property

public List IPv4DnsServer
Résultat List

IPv4Gateway public_oe property

public List IPv4Gateway
Résultat List

IPv4Mtu public_oe property

public int IPv4Mtu
Résultat int

IPv6Address public_oe property

public List IPv6Address
Résultat List

IPv6DnsServer public_oe property

public List IPv6DnsServer
Résultat List

IPv6Gateway public_oe property

public List IPv6Gateway
Résultat List

IPv6Mtu public_oe property

public int IPv6Mtu
Résultat int

InterfaceMetric public_oe property

public int InterfaceMetric
Résultat int

LoadMode public_oe property

public Config.InterfaceProfile.LoadingMode LoadMode
Résultat Config.InterfaceProfile.LoadingMode

NetbiosEnabled public_oe property

public NetworkInterface.Netbios NetbiosEnabled
Résultat NetworkInterface.Netbios

ProfileName public_oe property

public string ProfileName
Résultat string

RouterDiscovery public_oe property

public NetworkInterface.RouterDiscovery RouterDiscovery
Résultat NetworkInterface.RouterDiscovery