C# Class SLWModLoader.IniFile

Afficher le fichier Open project: Radfordhound/SLW-Mod-Loader

Méthodes publiques

Méthode Description
AddGroup ( IniGroup iniGroup ) : void
AddGroup ( string name ) : void
IniFile ( ) : System
IniFile ( string filename ) : System
Read ( TextReader textReader ) : void
Save ( ) : void
Save ( string filename ) : void
Write ( TextWriter textWriter ) : void
this ( string groupName ) : IniGroup

Method Details

AddGroup() public méthode

public AddGroup ( IniGroup iniGroup ) : void
iniGroup IniGroup
Résultat void

AddGroup() public méthode

public AddGroup ( string name ) : void
name string
Résultat void

IniFile() public méthode

public IniFile ( ) : System
Résultat System

IniFile() public méthode

public IniFile ( string filename ) : System
filename string
Résultat System

Read() public méthode

public Read ( TextReader textReader ) : void
textReader TextReader
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( string filename ) : void
filename string
Résultat void

Write() public méthode

public Write ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
Résultat void

this() public méthode

public this ( string groupName ) : IniGroup
groupName string
Résultat IniGroup