Repetier-Host Plugin  2.0.0
RepetierHostExtender.utils.IniFile Class Reference

Public Member Functions

void Read (string _path, int extruder=-1)
 
IniSection AssertSection (string section)
 
void Add (IniFile f, int extruder=-1)
 
string GetValue (string key)
 
void SetValue (string key, string val)
 
void Merge (IniFile f, int extruder=-1)
 Merges the values of both ini files by seperating values by a , More...
 
void Flatten ()
 
void Write (string path, bool writeSectionNames=true)
 Write contents to file More...
 

Public Attributes

string path = ""
 
Dictionary< string, IniSectionsections = new Dictionary<string, IniSection>()
 

Member Function Documentation

◆ Merge()

void RepetierHostExtender.utils.IniFile.Merge ( IniFile  f,
int  extruder = -1 
)

Merges the values of both ini files by seperating values by a ,

Parameters
f

◆ Write()

void RepetierHostExtender.utils.IniFile.Write ( string  path,
bool  writeSectionNames = true 
)

Write contents to file

Parameters
path

The documentation for this class was generated from the following file:
About Us | Privacy Policy