C# 클래스 DuraznoGUI.INIsettings

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

공개 메소드들

메소드 설명
INIsettings ( MainWindow mWin, int version ) : System
LoadSettings ( ) : void
SaveSettings ( ) : void

비공개 메소드들

메소드 설명
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int
ReadEntry ( string section, string key ) : int
ReadRemapString ( int port ) : void
SaveEntry ( string section, string key, int value ) : bool
SaveRemapString ( int port ) : bool
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long

메소드 상세

INIsettings() 공개 메소드

public INIsettings ( MainWindow mWin, int version ) : System
mWin MainWindow
version int
리턴 System

LoadSettings() 공개 메소드

public LoadSettings ( ) : void
리턴 void

SaveSettings() 공개 메소드

public SaveSettings ( ) : void
리턴 void