메소드 | 설명 | |
---|---|---|
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 |
public AddSection ( string sSection ) : IniSection | ||
sSection | string | |
리턴 | IniSection |
public GetKeyValue ( string sSection, string sKey ) : string | ||
sSection | string | |
sKey | string | |
리턴 | string |
public GetSection ( string sSection ) : IniSection | ||
sSection | string | |
리턴 | IniSection |
public Load ( string sFileName, bool bMerge ) : void | ||
sFileName | string | |
bMerge | bool | |
리턴 | void |
public RemoveSection ( IniSection section ) : bool | ||
section | IniSection | |
리턴 | bool |
public RenameKey ( string sSection, string sKey, string sNewKey ) : bool | ||
sSection | string | |
sKey | string | |
sNewKey | string | |
리턴 | bool |
public RenameSection ( string sSection, string sNewSection ) : bool | ||
sSection | string | |
sNewSection | string | |
리턴 | bool |
public SetKeyValue ( string sSection, string sKey, string sValue ) : bool | ||
sSection | string | |
sKey | string | |
sValue | string | |
리턴 | bool |