Info
Version: | 1.0.5 |
Author(s): | T.M |
Last Update: | Thursday, June 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Z3r0z0/argumentreader |
NuGet Url: | https://www.nuget.org/packages/CommandLineMarshalerLib |
Install
Install-Package CommandLineMarshalerLib
dotnet add package CommandLineMarshalerLib
paket add CommandLineMarshalerLib
CommandLineMarshalerLib Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The standard project assist 4 types of arguments:
Boolean
Strings (*)
Integers (#)
Doubles (##)
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.