C# Class Huoyaoyuan.AdmiralRoom.Config

Inheritance: NotificationObject
Afficher le fichier Open project: huoyaoyuan/AdmiralRoom

Private Properties

Свойство Type Description
Config System

Méthodes publiques

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

Private Methods

Méthode Description
Config ( ) : System

Method Details

GenerateScreenShotFileName() public méthode

public GenerateScreenShotFileName ( ) : string
Résultat string

GetHTTPSProxy() public méthode

public GetHTTPSProxy ( ) : Officer.Proxy
Résultat Officer.Proxy

Load() public static méthode

public static Load ( string path = "config.xml" ) : Config
path string
Résultat Config

MakeSoundWithPath() public static méthode

public static MakeSoundWithPath ( string filename ) : string
filename string
Résultat string

Save() public méthode

public Save ( string path = "config.xml" ) : void
path string
Résultat void