Codefoundry.LegacyWrapper
2.1.0
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
<PackageReference Include="Codefoundry.LegacyWrapper" Version="2.1.0" />
paket add Codefoundry.LegacyWrapper --version 2.1.0
#r "nuget: Codefoundry.LegacyWrapper, 2.1.0"
// 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 | Versions 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. |
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.
* 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.