C# 클래스 otloader.Settings

파일 보기 프로젝트 열기: opentibia/loader

공개 프로퍼티들

프로퍼티 타입 설명
SettingFilename string

공개 메소드들

메소드 설명
GetAppDataPath ( ) : string
GetClientServerList ( ) : List
GetRSAKeys ( ) : List
GetServerList ( ) : List
Load ( ) : bool
Save ( ) : void
Settings ( ) : System
UpdateServerList ( List servers ) : void

비공개 메소드들

메소드 설명
makeXPath ( XmlDocument doc, XmlNode parent, string xpath ) : XmlNode
makeXPath ( XmlDocument doc, string xpath ) : XmlNode

메소드 상세

GetAppDataPath() 공개 메소드

public GetAppDataPath ( ) : string
리턴 string

GetClientServerList() 공개 메소드

public GetClientServerList ( ) : List
리턴 List

GetRSAKeys() 공개 메소드

public GetRSAKeys ( ) : List
리턴 List

GetServerList() 공개 메소드

public GetServerList ( ) : List
리턴 List

Load() 공개 메소드

public Load ( ) : bool
리턴 bool

Save() 공개 메소드

public Save ( ) : void
리턴 void

Settings() 공개 메소드

public Settings ( ) : System
리턴 System

UpdateServerList() 공개 메소드

public UpdateServerList ( List servers ) : void
servers List
리턴 void

프로퍼티 상세

SettingFilename 공개적으로 정적으로 프로퍼티

public static string SettingFilename
리턴 string