アプリケーション設定クラス. [詳細]


Public メソッド | |
| AlertConfigure () | |
| デフォルトコンストラクタ. | |
| AlertConfigure (string conffile) | |
| コンストラクタ. 指定されたファイルが存在すれば読み込みを行う. | |
Static Public 変数 | |
| static readonly char[] | versionchars = new char[]{'1','2','3','4','5','6','7','8','9','0', '.'} |
アプリケーション設定クラス.
AlertSettings.cs の 17 行で定義されています。
| NicoLiveAlert.AlertConfigure.AlertConfigure | ( | ) |
| NicoLiveAlert.AlertConfigure.AlertConfigure | ( | string | conffile | ) |
コンストラクタ. 指定されたファイルが存在すれば読み込みを行う.
| conffile | 読み込み、書き込みを行うファイル名 |
AlertSettings.cs の 33 行で定義されています。
00034 : base(Application.UserAppDataPath.TrimEnd(versionchars), conffile, "alert") { 00035 00036 }
readonly char [] NicoLiveAlert.AlertConfigure.versionchars = new char[]{'1','2','3','4','5','6','7','8','9','0', '.'} [static] |
AlertSettings.cs の 19 行で定義されています。
1.6.1