C# 클래스 IniFile.IniSection, mCleaner

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

공개 메소드들

메소드 설명
AddKey ( string sKey ) : IniKey
GetKey ( string sKey ) : IniKey
GetName ( ) : string
RemoveAllKeys ( ) : bool
RemoveKey ( IniKey Key ) : bool
RemoveKey ( string sKey ) : bool
SetName ( string sSection ) : bool

보호된 메소드들

메소드 설명
IniSection ( IniFile parent, string sSection ) : System

메소드 상세

AddKey() 공개 메소드

public AddKey ( string sKey ) : IniKey
sKey string
리턴 IniKey

GetKey() 공개 메소드

public GetKey ( string sKey ) : IniKey
sKey string
리턴 IniKey

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

IniSection() 보호된 메소드

protected IniSection ( IniFile parent, string sSection ) : System
parent IniFile
sSection string
리턴 System

RemoveAllKeys() 공개 메소드

public RemoveAllKeys ( ) : bool
리턴 bool

RemoveKey() 공개 메소드

public RemoveKey ( IniKey Key ) : bool
Key IniKey
리턴 bool

RemoveKey() 공개 메소드

public RemoveKey ( string sKey ) : bool
sKey string
리턴 bool

SetName() 공개 메소드

public SetName ( string sSection ) : bool
sSection string
리턴 bool