C# 클래스 SkyNet.Imports.System

파일 보기 프로젝트 열기: hipolipolopigus/SkyNet_Old

공개 메소드들

메소드 설명
INI_Read ( string Header, string Key, string File ) : string
INI_Write ( string Header, string Key, string Value, string File ) : long

비공개 메소드들

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

메소드 상세

INI_Read() 공개 정적인 메소드

public static INI_Read ( string Header, string Key, string File ) : string
Header string
Key string
File string
리턴 string

INI_Write() 공개 정적인 메소드

public static INI_Write ( string Header, string Key, string Value, string File ) : long
Header string
Key string
Value string
File string
리턴 long