MemoryInterop.ILPatcher 2.1.0

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

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

A MSBuild task that scans assemblies for locations to patch in IL code that normally cannot be generated from C# (e.g. cpblk/memcpy). The majority of the stub methods available are generic, which allows for low overhead (e.g. no boxing) when working with struct types and interoping with (unmanaged) memory pointers.

The nuget package works with both PackageReference and the older nuget config format. The stub methods are served as a content file that will be added to your project with a namespace transformation. The generated code behaves similarly to the new Unsafe library, but this patcher allows you to inject that behavior directly into your own assembly, avoiding additional nuget dependencies or reliance on packing tools like ILMerge.

Note: C# 7.2 is required as of version 2.0.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • 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
2.2.1 2,616 6/25/2021
2.2.0 2,296 2/10/2020
2.1.0 697 9/9/2019
2.0.0 1,948 11/28/2017
1.0.1 1,135 11/12/2017
1.0.0 1,083 11/10/2017