C# 클래스 FOMonitor.IniReader

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

Private Properties

프로퍼티 타입 설명
GetPrivateProfileString int
WritePrivateProfileString long

공개 메소드들

메소드 설명
IniReadInt ( string Section, string Key ) : int
IniReadValue ( string Section, string Key ) : string
IniReader ( string INIPath ) : System
IniWriteInt ( string Section, string Key, int Value ) : void
IniWriteValue ( string Section, string Key, string Value ) : void

비공개 메소드들

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

메소드 상세

IniReadInt() 공개 메소드

public IniReadInt ( string Section, string Key ) : int
Section string
Key string
리턴 int

IniReadValue() 공개 메소드

public IniReadValue ( string Section, string Key ) : string
Section string
Key string
리턴 string

IniReader() 공개 메소드

public IniReader ( string INIPath ) : System
INIPath string
리턴 System

IniWriteInt() 공개 메소드

public IniWriteInt ( string Section, string Key, int Value ) : void
Section string
Key string
Value int
리턴 void

IniWriteValue() 공개 메소드

public IniWriteValue ( string Section, string Key, string Value ) : void
Section string
Key string
Value string
리턴 void