C# 클래스 System.Configuration.SectionData

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowDefinition AllowDefinition
AllowLocation bool
FileName string
RequirePermission bool
SectionName string
TypeName string

공개 메소드들

메소드 설명
SectionData ( string sectionName, string typeName, bool allowLocation, AllowDefinition allowDefinition, bool requirePermission ) : System

메소드 상세

SectionData() 공개 메소드

public SectionData ( string sectionName, string typeName, bool allowLocation, AllowDefinition allowDefinition, bool requirePermission ) : System
sectionName string
typeName string
allowLocation bool
allowDefinition AllowDefinition
requirePermission bool
리턴 System

프로퍼티 상세

AllowDefinition 공개적으로 프로퍼티

public AllowDefinition AllowDefinition
리턴 AllowDefinition

AllowLocation 공개적으로 프로퍼티

public bool AllowLocation
리턴 bool

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

RequirePermission 공개적으로 프로퍼티

public bool RequirePermission
리턴 bool

SectionName 공개적으로 프로퍼티

public string SectionName
리턴 string

TypeName 공개적으로 프로퍼티

public string TypeName
리턴 string