C# 클래스 System.Configuration.AppSettingsSection

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

Private Properties

프로퍼티 타입 설명
EnsureStaticPropertyBag ConfigurationPropertyCollection

공개 메소드들

메소드 설명
AppSettingsSection ( ) : System

보호된 메소드들

메소드 설명
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
GetRuntimeObject ( ) : object
IsModified ( ) : bool
Reset ( ConfigurationElement parentSection ) : void
SerializeSection ( ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode ) : string

비공개 메소드들

메소드 설명
EnsureStaticPropertyBag ( ) : ConfigurationPropertyCollection

메소드 상세

AppSettingsSection() 공개 메소드

public AppSettingsSection ( ) : System
리턴 System

DeserializeElement() 보호된 메소드

protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader XmlReader
serializeCollectionKey bool
리턴 void

GetRuntimeObject() 보호된 메소드

protected GetRuntimeObject ( ) : object
리턴 object

IsModified() 보호된 메소드

protected IsModified ( ) : bool
리턴 bool

Reset() 보호된 메소드

protected Reset ( ConfigurationElement parentSection ) : void
parentSection ConfigurationElement
리턴 void

SerializeSection() 보호된 메소드

protected SerializeSection ( ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode ) : string
parentElement ConfigurationElement
name string
saveMode ConfigurationSaveMode
리턴 string