C# 클래스 Microsoft.Web.Administration.Configuration

파일 보기 프로젝트 열기: jexuswebserver/Microsoft.Web.Administration 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Configuration System
OnCacheInvalidated void

공개 메소드들

메소드 설명
GetEffectiveSectionGroup ( ) : SectionGroup
GetLocationPaths ( ) : string[]
GetMetadata ( string metadataType ) : object
GetSection ( string sectionPath ) : ConfigurationSection
GetSection ( string sectionPath, Type type ) : ConfigurationSection
GetSection ( string sectionPath, Type type, string locationPath ) : ConfigurationSection
GetSection ( string sectionPath, string locationPath ) : ConfigurationSection
RemoveLocationPath ( string locationPath ) : void
RenameLocationPath ( string locationPath, string newLocationPath ) : void
SetMetadata ( string metadataType, object value ) : void

비공개 메소드들

메소드 설명
Configuration ( FileContext fileContext ) : System
OnCacheInvalidated ( ) : void

메소드 상세

GetEffectiveSectionGroup() 공개 메소드

public GetEffectiveSectionGroup ( ) : SectionGroup
리턴 SectionGroup

GetLocationPaths() 공개 메소드

public GetLocationPaths ( ) : string[]
리턴 string[]

GetMetadata() 공개 메소드

public GetMetadata ( string metadataType ) : object
metadataType string
리턴 object

GetSection() 공개 메소드

public GetSection ( string sectionPath ) : ConfigurationSection
sectionPath string
리턴 ConfigurationSection

GetSection() 공개 메소드

public GetSection ( string sectionPath, Type type ) : ConfigurationSection
sectionPath string
type System.Type
리턴 ConfigurationSection

GetSection() 공개 메소드

public GetSection ( string sectionPath, Type type, string locationPath ) : ConfigurationSection
sectionPath string
type System.Type
locationPath string
리턴 ConfigurationSection

GetSection() 공개 메소드

public GetSection ( string sectionPath, string locationPath ) : ConfigurationSection
sectionPath string
locationPath string
리턴 ConfigurationSection

RemoveLocationPath() 공개 메소드

public RemoveLocationPath ( string locationPath ) : void
locationPath string
리턴 void

RenameLocationPath() 공개 메소드

public RenameLocationPath ( string locationPath, string newLocationPath ) : void
locationPath string
newLocationPath string
리턴 void

SetMetadata() 공개 메소드

public SetMetadata ( string metadataType, object value ) : void
metadataType string
value object
리턴 void