Info
Version: | 4.1.0 |
Author(s): | Piotr Szkudlarski |
Last Update: | Friday, February 8, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Szpi/IniWrapper/wiki |
NuGet Url: | https://www.nuget.org/packages/IniWrapper |
Install
Install-Package IniWrapper
dotnet add package IniWrapper
paket add IniWrapper
IniWrapper Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.ValueTuple(>= 4.5.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.ValueTuple(>= 4.5.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.ValueTuple(>= 4.5.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.ValueTuple(>= 4.5.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.ValueTuple(>= 4.5.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.ValueTuple(>= 4.5.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
- System.IO.Abstractions(>= 2.1.0.178)
- System.Reflection(>= 4.3.0)
Tags
The purpose of this library is NOT parsing ini file, but to wrap it to provide easier use of existing parsing libraries. In configuration there is possibility to pass IniParser interface, which is used as file access layer.
This library provides class that wraps Windows C++ methods to retrieve values from ini file.