C# Class System.Configuration.RuntimeConfigurationRecord

Inheritance: BaseConfigurationRecord
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Methods

Method Description
CreateSection ( bool inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, object parentConfig, ConfigXmlReader reader ) : object
CreateSectionFactory ( FactoryRecord factoryRecord ) : object
GetRuntimeObject ( object result ) : object
UseParentResult ( string configKey, object parentResult, SectionRecord sectionRecord ) : object

Private Methods

Method Description
CallHostDecryptSection ( string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfig ) : string
Create ( InternalConfigRoot configRoot, IInternalConfigRecord parent, string configPath ) : IInternalConfigRecord
GetRuntimeObjectWithFullTrust ( ConfigurationSection section ) : object
GetRuntimeObjectWithRestrictedPermissions ( ConfigurationSection section ) : object
RuntimeConfigurationRecord ( ) : System.Collections

Method Details

CreateSection() protected method

protected CreateSection ( bool inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, object parentConfig, ConfigXmlReader reader ) : object
inputIsTrusted bool
factoryRecord FactoryRecord
sectionRecord SectionRecord
parentConfig object
reader ConfigXmlReader
return object

CreateSectionFactory() protected method

protected CreateSectionFactory ( FactoryRecord factoryRecord ) : object
factoryRecord FactoryRecord
return object

GetRuntimeObject() protected method

protected GetRuntimeObject ( object result ) : object
result object
return object

UseParentResult() protected method

protected UseParentResult ( string configKey, object parentResult, SectionRecord sectionRecord ) : object
configKey string
parentResult object
sectionRecord SectionRecord
return object