Info
Version: | 2.0.0 |
Author(s): | Michael Widerin |
Last Update: | Wednesday, June 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/0x776d/argumentreader |
NuGet Url: | https://www.nuget.org/packages/0x776d-ArgumentsLib |
Install
Install-Package 0x776d-ArgumentsLib
dotnet add package 0x776d-ArgumentsLib
paket add 0x776d-ArgumentsLib
0x776d-ArgumentsLib Download (Unzip the "nupkg" after downloading)
Dependencies
- 0x776d-ArgumentMarshalerLib(>= 2.0.0)
Tags
The standard project assist 3 types of arguments:
* Boolean
* Strings (\*)
* Integers (#)
Own argument types can be build with own classes. They need to inherit from the ArgumentMarshalerLib.
Libraries are loading dynamically on startup. It is not necessary to recompile the complete solution.