C# Class SkyNet.Imports.System

Show file Open project: hipolipolopigus/SkyNet_Old

Public Methods

Method Description
INI_Read ( string Header, string Key, string File ) : string
INI_Write ( string Header, string Key, string Value, string File ) : long

Private Methods

Method Description
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long

Method Details

INI_Read() public static method

public static INI_Read ( string Header, string Key, string File ) : string
Header string
Key string
File string
return string

INI_Write() public static method

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