Info
Version: | 2.0.0 |
Author(s): | Michael Widerin |
Last Update: | Thursday, June 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/0x776d/argumentreader |
NuGet Url: | https://www.nuget.org/packages/0x776d-ArgumentMarshalerLib |
Install
Install-Package 0x776d-ArgumentMarshalerLib
dotnet add package 0x776d-ArgumentMarshalerLib
paket add 0x776d-ArgumentMarshalerLib
0x776d-ArgumentMarshalerLib Download (Unzip the "nupkg" after downloading)
Dependencies
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.