C# 클래스 ClientSettings, KerbalLiveFeed

파일 보기 프로젝트 열기: SodiumEyes/KerbalLiveFeed 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
autoReconnect bool
favorites String[]
hostname String

공개 메소드들

메소드 설명
readConfigFile ( string filename ) : void
writeConfigFile ( string filename ) : void

메소드 상세

readConfigFile() 공개 메소드

public readConfigFile ( string filename ) : void
filename string
리턴 void

writeConfigFile() 공개 메소드

public writeConfigFile ( string filename ) : void
filename string
리턴 void

프로퍼티 상세

autoReconnect 공개적으로 프로퍼티

public bool autoReconnect
리턴 bool

favorites 공개적으로 프로퍼티

public String[] favorites
리턴 String[]

hostname 공개적으로 프로퍼티

public String hostname
리턴 String