C# 클래스 System.Configuration.RuntimeConfigurationRecord

상속: BaseConfigurationRecord
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 메소드들

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