C# Class Huoyaoyuan.AdmiralRoom.Config

Inheritance: NotificationObject
Datei anzeigen Open project: huoyaoyuan/AdmiralRoom

Private Properties

Property Type Description
Config System

Public Methods

Method Description
GenerateScreenShotFileName ( ) : string
GetHTTPSProxy ( ) : Officer.Proxy
Load ( string path = "config.xml" ) : Config
MakeSoundWithPath ( string filename ) : string
Save ( string path = "config.xml" ) : void

Private Methods

Method Description
Config ( ) : System

Method Details

GenerateScreenShotFileName() public method

public GenerateScreenShotFileName ( ) : string
return string

GetHTTPSProxy() public method

public GetHTTPSProxy ( ) : Officer.Proxy
return Officer.Proxy

Load() public static method

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

MakeSoundWithPath() public static method

public static MakeSoundWithPath ( string filename ) : string
filename string
return string

Save() public method

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