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

Показать файл Открыть проект

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

Метод Описание
CheckForLockAttributes ( string sectionName, XmlNode xmlNode ) : void
CreateSection ( bool inputIsTrusted, RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord, SectionRecord sectionRecord, object parentConfig, ConfigXmlReader reader ) : object
CreateSectionImpl ( RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord, SectionRecord sectionRecord, object parentConfig, ConfigXmlReader reader ) : object
CreateSectionWithFullTrust ( RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord, SectionRecord sectionRecord, object parentConfig, ConfigXmlReader reader ) : object
CreateSectionWithRestrictedPermissions ( RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord, SectionRecord sectionRecord, object parentConfig, ConfigXmlReader reader ) : object
Init ( RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord ) : void
InitWithFullTrust ( RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord ) : void
InitWithRestrictedPermissions ( RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord ) : void
RuntimeConfigurationFactory ( RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord ) : System.Collections