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

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

Защищенные методы

Метод Описание
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

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

Метод Описание
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

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

CreateSection() защищенный метод

protected CreateSection ( bool inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, object parentConfig, ConfigXmlReader reader ) : object
inputIsTrusted bool
factoryRecord FactoryRecord
sectionRecord SectionRecord
parentConfig object
reader ConfigXmlReader
Результат object

CreateSectionFactory() защищенный метод

protected CreateSectionFactory ( FactoryRecord factoryRecord ) : object
factoryRecord FactoryRecord
Результат object

GetRuntimeObject() защищенный метод

protected GetRuntimeObject ( object result ) : object
result object
Результат object

UseParentResult() защищенный метод

protected UseParentResult ( string configKey, object parentResult, SectionRecord sectionRecord ) : object
configKey string
parentResult object
sectionRecord SectionRecord
Результат object