Info
Version: | 2.2.1 |
Author(s): | Nicholas Woodfield |
Last Update: | Friday, June 25, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/Starnick/memoryinterop.ilpatcher |
NuGet Url: | https://www.nuget.org/packages/MemoryInterop.ILPatcher |
Install
Install-Package MemoryInterop.ILPatcher
dotnet add package MemoryInterop.ILPatcher
paket add MemoryInterop.ILPatcher
MemoryInterop.ILPatcher Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.