Méthode | Description | |
---|---|---|
IniDocument ( ) : System | ||
IniDocument ( |
||
IniDocument ( Stream stream ) : System | ||
IniDocument ( Stream stream, IniFileType type ) : System | ||
IniDocument ( |
||
IniDocument ( |
||
IniDocument ( string filePath ) : System | ||
IniDocument ( string filePath, IniFileType type ) : System | ||
Load ( |
||
Load ( Stream stream ) : void | ||
Load ( |
||
Load ( string filePath ) : void | ||
Save ( Stream stream ) : void | ||
Save ( |
||
Save ( string filePath ) : void |
Méthode | Description | |
---|---|---|
GetIniReader ( |
Returns a proper INI reader depending upon the type parameter.
|
|
GetIniWriter ( |
Returns a proper IniWriter depending upon the type parameter.
|
|
LoadReader ( |
Loads the file not saving comments.
|
public IniDocument ( |
||
reader | ||
Résultat | System |
public IniDocument ( Stream stream ) : System | ||
stream | Stream | |
Résultat | System |
public IniDocument ( Stream stream, IniFileType type ) : System | ||
stream | Stream | |
type | IniFileType | |
Résultat | System |
public IniDocument ( |
||
reader | ||
Résultat | System |
public IniDocument ( |
||
reader | ||
type | IniFileType | |
Résultat | System |
public IniDocument ( string filePath ) : System | ||
filePath | string | |
Résultat | System |
public IniDocument ( string filePath, IniFileType type ) : System | ||
filePath | string | |
type | IniFileType | |
Résultat | System |
public Load ( |
||
reader | ||
Résultat | void |
public Save ( |
||
textWriter | ||
Résultat | void |