C# Класс System.Configuration.DefaultConfig

Наследование: IConfigurationSystem
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DefaultConfig System
GetAppConfigPath string
GetBundledMachineConfig string
GetConfig object
GetMachineConfigPath string
get_bundled_machine_config string
get_machine_config_path string

Открытые методы

Метод Описание
GetInstance ( ) : DefaultConfig
Init ( ) : void

Приватные методы

Метод Описание
DefaultConfig ( ) : System
GetAppConfigPath ( ) : string
GetBundledMachineConfig ( ) : string
GetConfig ( string sectionName ) : object
GetMachineConfigPath ( ) : string
get_bundled_machine_config ( ) : string
get_machine_config_path ( ) : string

Описание методов

GetInstance() публичный статический метод

public static GetInstance ( ) : DefaultConfig
Результат DefaultConfig

Init() публичный метод

public Init ( ) : void
Результат void