메소드 |
설명 |
|
Configuration ( Configuration parent, string locationSubPath ) : System |
|
|
Configuration ( System.Configuration.InternalConfigurationSystem system, string locationSubPath ) : System |
|
|
CreateSection ( System.Configuration.SectionGroupInfo group, string name, ConfigurationSection sec ) : void |
|
|
CreateSectionGroup ( System.Configuration.SectionGroupInfo parentGroup, string name, ConfigurationSectionGroup sec ) : void |
|
|
FindLocationConfiguration ( string relativePath, Configuration defaultConfiguration ) : Configuration |
|
|
GetLocationSubPath ( ) : string |
|
|
GetParentWithFile ( ) : Configuration |
|
|
GetSectionGroupInstance ( System.Configuration.SectionGroupInfo group ) : ConfigurationSectionGroup |
|
|
GetSectionInstance ( System.Configuration.SectionInfo config, bool createDefaultInstance ) : ConfigurationSection |
|
|
GetSectionXml ( System.Configuration.SectionInfo config ) : string |
|
|
Init ( IConfigSystem system, string configPath, Configuration parent ) : void |
|
|
Load ( ) : bool |
|
|
ReadConfigFile ( System.IO.XmlReader reader, string fileName ) : void |
|
|
ReadData ( System.IO.XmlReader reader, bool allowOverride ) : void |
|
|
RemoveConfigInfo ( System.Configuration.ConfigInfo config ) : void |
|
|
Save ( Stream stream, ConfigurationSaveMode mode, bool forceUpdateAll ) : void |
|
|
SaveAs ( string filename, ConfigurationSaveMode mode, bool forceUpdateAll ) : void |
|
|
SaveData ( XmlTextWriter tw, ConfigurationSaveMode mode, bool forceUpdateAll ) : void |
|
|
SetConfigurationSection ( System.Configuration.SectionInfo config, ConfigurationSection sec ) : void |
|
|
SetSectionXml ( System.Configuration.SectionInfo config, string data ) : void |
|
|
ThrowException ( string text, System.IO.XmlReader reader ) : void |
|
|