C# Class System.Configuration.RuntimeConfigurationRecord

Inheritance: BaseConfigurationRecord
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

CreateSectionFactory() protected méthode

protected CreateSectionFactory ( FactoryRecord factoryRecord ) : object
factoryRecord FactoryRecord
Résultat object

GetRuntimeObject() protected méthode

protected GetRuntimeObject ( object result ) : object
result object
Résultat object

UseParentResult() protected méthode

protected UseParentResult ( string configKey, object parentResult, SectionRecord sectionRecord ) : object
configKey string
parentResult object
sectionRecord SectionRecord
Résultat object