C# 클래스 Network_Manager.Gadget.ControlPanel.ConfigureInterface.SaveProfileForm

파일 보기 프로젝트 열기: SortByte/Network-Manager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Save_Click ( object sender, EventArgs e ) : void
treeView1_AfterCheck ( object sender, TreeViewEventArgs e ) : void
updateChildNodes ( TreeNode node, bool state ) : void

메소드 상세

SaveProfileForm() 공개 메소드

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
리턴 System

프로퍼티 상세

DhcpEnabled 공개적으로 프로퍼티

public NetworkInterface.Dhcp DhcpEnabled
리턴 NetworkInterface.Dhcp

IPv4Address 공개적으로 프로퍼티

public List IPv4Address
리턴 List

IPv4DnsServer 공개적으로 프로퍼티

public List IPv4DnsServer
리턴 List

IPv4Gateway 공개적으로 프로퍼티

public List IPv4Gateway
리턴 List

IPv4Mtu 공개적으로 프로퍼티

public int IPv4Mtu
리턴 int

IPv6Address 공개적으로 프로퍼티

public List IPv6Address
리턴 List

IPv6DnsServer 공개적으로 프로퍼티

public List IPv6DnsServer
리턴 List

IPv6Gateway 공개적으로 프로퍼티

public List IPv6Gateway
리턴 List

IPv6Mtu 공개적으로 프로퍼티

public int IPv6Mtu
리턴 int

InterfaceMetric 공개적으로 프로퍼티

public int InterfaceMetric
리턴 int

LoadMode 공개적으로 프로퍼티

public Config.InterfaceProfile.LoadingMode LoadMode
리턴 Config.InterfaceProfile.LoadingMode

NetbiosEnabled 공개적으로 프로퍼티

public NetworkInterface.Netbios NetbiosEnabled
리턴 NetworkInterface.Netbios

ProfileName 공개적으로 프로퍼티

public string ProfileName
리턴 string

RouterDiscovery 공개적으로 프로퍼티

public NetworkInterface.RouterDiscovery RouterDiscovery
리턴 NetworkInterface.RouterDiscovery