Codefoundry.LegacyWrapper 2.1.0

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

// Install Codefoundry.LegacyWrapper as a Cake Tool
#tool nuget:?package=Codefoundry.LegacyWrapper&version=2.1.0

LegacyWrapper uses a wrapper process to call dlls from a process of the opposing architecture (X86 or AMD64).

Blog post explaining LegacyWrapper: https://codefoundry.de/programming/2015/09/28/legacy-wrapper-invoking-an-unmanaged-32bit-library-out-of-a-64bit-process.html
Blog post explaining the new 64bit feature in LegacyWrapper 2.1: https://codefoundry.de/programming/2017/08/20/legacywrapper-2-1-is-out.html

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
3.0.1 3,046 2/4/2019
3.0.0 692 2/3/2019
2.1.0 1,575 8/20/2017
2.0.1 2,086 2/17/2017
2.0.0 1,119 2/17/2017
1.1.0 1,092 2/17/2017
1.0.1 1,528 10/1/2015
1.0.0 1,453 9/30/2015

* It is now possible to load 64bit libraries in a 32bit process (Please note that this will only work if the OS is 64 bit)
* As the second optional parameter defaults to X86, this release should be backwards compatible.