C# 클래스 Orcus.Server.Core.Config.IniFile

파일 보기 프로젝트 열기: marlkiller/Orcus-1.9.1-crack 1 사용 예제들

공개 메소드들

메소드 설명
AddSection ( string sSection ) : IniSection
GetKeyValue ( string sSection, string sKey ) : string
GetSection ( string sSection ) : IniSection
IniFile ( ) : System
Load ( string sFileName ) : void
Load ( string sFileName, bool bMerge ) : void
RemoveAllSections ( ) : bool
RemoveSection ( IniSection section ) : bool
RemoveSection ( string sSection ) : bool
RenameKey ( string sSection, string sKey, string sNewKey ) : bool
RenameSection ( string sSection, string sNewSection ) : bool
Save ( string sFileName ) : void
SetKeyValue ( string sSection, string sKey, string sValue ) : bool

메소드 상세

AddSection() 공개 메소드

public AddSection ( string sSection ) : IniSection
sSection string
리턴 IniSection

GetKeyValue() 공개 메소드

public GetKeyValue ( string sSection, string sKey ) : string
sSection string
sKey string
리턴 string

GetSection() 공개 메소드

public GetSection ( string sSection ) : IniSection
sSection string
리턴 IniSection

IniFile() 공개 메소드

public IniFile ( ) : System
리턴 System

Load() 공개 메소드

public Load ( string sFileName ) : void
sFileName string
리턴 void

Load() 공개 메소드

public Load ( string sFileName, bool bMerge ) : void
sFileName string
bMerge bool
리턴 void

RemoveAllSections() 공개 메소드

public RemoveAllSections ( ) : bool
리턴 bool

RemoveSection() 공개 메소드

public RemoveSection ( IniSection section ) : bool
section IniSection
리턴 bool

RemoveSection() 공개 메소드

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

RenameKey() 공개 메소드

public RenameKey ( string sSection, string sKey, string sNewKey ) : bool
sSection string
sKey string
sNewKey string
리턴 bool

RenameSection() 공개 메소드

public RenameSection ( string sSection, string sNewSection ) : bool
sSection string
sNewSection string
리턴 bool

Save() 공개 메소드

public Save ( string sFileName ) : void
sFileName string
리턴 void

SetKeyValue() 공개 메소드

public SetKeyValue ( string sSection, string sKey, string sValue ) : bool
sSection string
sKey string
sValue string
리턴 bool