C# 클래스 System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

비공개 메소드들

메소드 설명
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