C# 클래스 KFreonLib.Misc.IniFile

Create a New INI file to store or load data
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
path string

공개 메소드들

메소드 설명
IniFile ( string INIPath ) : System

INIFile Constructor.

IniReadValue ( string Section, string Key ) : string

Read Data Value From the Ini File

IniWriteValue ( string Section, string Key, string Value ) : void

Write Data to the INI File

비공개 메소드들

메소드 설명
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long

메소드 상세

IniFile() 공개 메소드

INIFile Constructor.
public IniFile ( string INIPath ) : System
INIPath string
리턴 System

IniReadValue() 공개 메소드

Read Data Value From the Ini File
public IniReadValue ( string Section, string Key ) : string
Section string
Key string
리턴 string

IniWriteValue() 공개 메소드

Write Data to the INI File
public IniWriteValue ( string Section, string Key, string Value ) : void
Section string
Key string
Value string
리턴 void

프로퍼티 상세

path 공개적으로 프로퍼티

public string path
리턴 string