SG_IniFile 1.1.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SG_IniFile --version 1.1.7
NuGet\Install-Package SG_IniFile -Version 1.1.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SG_IniFile" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SG_IniFile --version 1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SG_IniFile, 1.1.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SG_IniFile as a Cake Addin #addin nuget:?package=SG_IniFile&version=1.1.7 // Install SG_IniFile as a Cake Tool #tool nuget:?package=SG_IniFile&version=1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Pour Créer/Ouvrir un fichier Ini :
IniFile myIniFile = new IniFile("c:/directory/filename.ini");
Note: L'extension ".ini" est automatiquement ajoutée si elle est absente.
Pour enregistrer le fichier :
myIniFile.SaveFile();
Classes :
- IniFile : Classe principale de gestion des fichiers Ini
- Section : Représente une section du fichier Ini
- Key : Représente une clé de la section avec sa valeur
Fonctions de la classe IniFile :
- AddSection(string name)
- AddSection(Section section)
- UpdateSection(Section section)
- RemoveSection(Section section)
- GetSectionsList()
- GetSection(string name)
- HasSection(string name)
Fonctions de la classe Section :
- KeyExist(string key)
- AddKey(string keyName, string value)
- RemoveKey(string keyName)
- GetKey(string keyName)
- GetKeys()
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- SampleDependency (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.8 | 1,128 | 7/23/2018 |
1.1.7 | 873 | 7/23/2018 |
1.1.6 | 857 | 7/22/2018 |
1.1.5 | 862 | 7/22/2018 |
1.1.4 | 1,039 | 2/14/2017 |
1.1.3 | 1,003 | 2/14/2017 |
1.1.2 | 987 | 2/14/2017 |
1.1.1 | 1,013 | 2/14/2017 |
1.1.0 | 1,034 | 2/14/2017 |
1.0.3 | 965 | 2/14/2017 |
1.0.2 | 968 | 2/14/2017 |
1.0.1 | 988 | 1/26/2017 |
1.0.0 | 961 | 1/26/2017 |
Ajout de la documentation XML