InMemoryLoaderCommon 0.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package InMemoryLoaderCommon --version 0.0.2
NuGet\Install-Package InMemoryLoaderCommon -Version 0.0.2
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="InMemoryLoaderCommon" Version="0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InMemoryLoaderCommon --version 0.0.2
#r "nuget: InMemoryLoaderCommon, 0.0.2"
#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 InMemoryLoaderCommon as a Cake Addin
#addin nuget:?package=InMemoryLoaderCommon&version=0.0.2

// Install InMemoryLoaderCommon as a Cake Tool
#tool nuget:?package=InMemoryLoaderCommon&version=0.0.2

InMemoryLoader ist eine in C# geschriebene Funktionsbibliothek welche das dynamische Laden von .NET Assemblies zur Laufzeit ermöglicht. Im Wesentlichen besteht sie aus zwei nuget-Packages die mit Mono entwickelt wurden und so über Plattformgrenzen hinweg verwendet werden können.
InMemoryLoader ermöglicht das Laden von .Dll's zur Laufzeit ohne fixe Referenzen in der Solution zu benötigen. Hierbei werden die .Dll’s einmalig geladen und geprüft, in eine Collection geschrieben und zur Laufzeit einmalig instanziiert.

Product 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.

This package has no dependencies.

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.0.6971.8180 1,377 2/1/2019
1.0.6971.7299 810 2/1/2019
1.0.6971.5776 793 2/1/2019
1.0.6971.1753 796 2/1/2019
1.0.6957.4453 830 1/18/2019
1.0.6957.3342 826 1/18/2019
0.9.6612.39894 1,105 2/7/2018
0.9.1 1,101 2/4/2018
0.9.0 1,140 2/2/2018
0.3.2.58 1,089 12/5/2017
0.3.0.15 1,118 12/3/2017
0.3.0.9 1,047 11/29/2017
0.3.0.8 1,011 11/24/2017
0.3.0.7 1,049 11/17/2017
0.3.0.6 1,012 11/17/2017
0.3.0.5 1,011 11/17/2017
0.3.0.4 1,035 11/14/2017
0.3.0.3 1,019 11/14/2017
0.3.0.2 1,048 11/13/2017
0.3.0.1 1,064 11/9/2017
0.3.0 1,017 11/2/2017
0.2.9.12 1,025 10/28/2017
0.2.9.11 997 10/20/2017
0.2.9.10 979 10/20/2017
0.2.9.9 975 10/20/2017
0.2.9.8 1,023 10/20/2017
0.2.9.6 1,023 10/17/2017
0.2.9.5 1,049 9/26/2017
0.2.9.4 1,040 9/5/2017
0.2.9.3 1,017 8/23/2017
0.2.9.2 1,028 8/22/2017
0.2.9.1 1,060 8/22/2017
0.2.9 1,058 8/22/2017
0.2.0 1,074 8/3/2017
0.1.3 1,059 7/6/2017
0.1.2 1,198 5/16/2016
0.1.1 1,154 5/16/2016
0.1.0 1,087 5/16/2016
0.0.11 1,184 2/2/2016
0.0.10 1,091 1/27/2016
0.0.9 1,110 1/24/2016
0.0.8 1,108 1/22/2016
0.0.7 1,115 1/21/2016
0.0.6 1,400 1/13/2016
0.0.5 1,151 1/13/2016
0.0.4 1,198 1/12/2016
0.0.3 1,518 12/17/2015
0.0.2 1,140 12/17/2015
0.0.1 1,161 12/16/2015

Create Project