Info
Version: | 1.0.1 |
Author(s): | Colin Chang |
Last Update: | Tuesday, December 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/colin-chang/InteropNet |
NuGet Url: | https://www.nuget.org/packages/ColinChang.InteropNet |
Install
Install-Package ColinChang.InteropNet
dotnet add package ColinChang.InteropNet
paket add ColinChang.InteropNet
ColinChang.InteropNet Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reflection.Emit(>= 4.7.0)
Tags
Standard approach with the DllImport attribute may be inconvenient if you want to build AnyCPU assembly with MS.NET/Mono support. The Interoptor class can generate implementation of interface with target signatures of native methods.