C# 클래스 ChangeIP.MainWindow

MainWindow.xaml에 대한 상호 작용 논리
상속: System.Windows.Window
파일 보기 프로젝트 열기: CNU-Developers/Legacy

공개 프로퍼티들

프로퍼티 타입 설명
firstHostName string
gatewayAddress string
hostName string
ipAddress string
macAddress string
mainDns string
subDns string
subnetMask string

공개 메소드들

메소드 설명
MainWindow ( ) : System

비공개 메소드들

메소드 설명
ChangeAddress ( ) : bool
ChangeDns ( ) : bool
ChangeHostName ( ) : bool
ChangeSettings ( ) : void
ReadMac ( ) : void
ShutDownexe ( ) : void
isInputIpOk ( string ipAddress, rexType type ) : bool

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

프로퍼티 상세

firstHostName 공개적으로 프로퍼티

public string firstHostName
리턴 string

gatewayAddress 공개적으로 프로퍼티

public string gatewayAddress
리턴 string

hostName 공개적으로 프로퍼티

public string hostName
리턴 string

ipAddress 공개적으로 프로퍼티

public string ipAddress
리턴 string

macAddress 공개적으로 프로퍼티

public string macAddress
리턴 string

mainDns 공개적으로 프로퍼티

public string mainDns
리턴 string

subDns 공개적으로 프로퍼티

public string subDns
리턴 string

subnetMask 공개적으로 프로퍼티

public string subnetMask
리턴 string