C# 클래스 Huoyaoyuan.AdmiralRoom.Config

상속: NotificationObject
파일 보기 프로젝트 열기: huoyaoyuan/AdmiralRoom

Private Properties

프로퍼티 타입 설명
Config System

공개 메소드들

메소드 설명
GenerateScreenShotFileName ( ) : string
GetHTTPSProxy ( ) : Officer.Proxy
Load ( string path = "config.xml" ) : Config
MakeSoundWithPath ( string filename ) : string
Save ( string path = "config.xml" ) : void

비공개 메소드들

메소드 설명
Config ( ) : System

메소드 상세

GenerateScreenShotFileName() 공개 메소드

public GenerateScreenShotFileName ( ) : string
리턴 string

GetHTTPSProxy() 공개 메소드

public GetHTTPSProxy ( ) : Officer.Proxy
리턴 Officer.Proxy

Load() 공개 정적인 메소드

public static Load ( string path = "config.xml" ) : Config
path string
리턴 Config

MakeSoundWithPath() 공개 정적인 메소드

public static MakeSoundWithPath ( string filename ) : string
filename string
리턴 string

Save() 공개 메소드

public Save ( string path = "config.xml" ) : void
path string
리턴 void