ConfigFile
設定ファイルのアクセス

C# | Visual Basic | Visual C++ |
public abstract class ConfigFile
Public MustInherit Class ConfigFile
public ref class ConfigFile abstract

すべてのメンバ | コンストラクタ | メソッド | |||
メンバ | 説明 | |
---|---|---|
![]() | ConfigFile()()() | Initializes a new instance of the ConfigFile class |
![]() | GetAppSettingInt(String, Int32) |
appSettingsセクションから指定キーの整数を取り出す
|
![]() | GetAppSettingString(String, String) |
appSettingsセクションから指定キーの文字列を取り出す
|
![]() | GetAppSettingString(String) |
アプリケーション設定から指定キーを取り出す(デフォルト値なし)
|
![]() | GetBaseConfig()()() |
基本設定取得
|
![]() | GetCommonConfig()()() |
共通設定取得
|
![]() | GetConnectionString(String) |
.net デフォルトの接続
|
![]() | GetSection(String) |
デフォルト設定ファイルのセクションを取得
|

Object | ||
![]() | ConfigFile | |
![]() | DefaultConfig | |
![]() | ExtConfig |