CppPinvokeGenerator is a simple pinvoke generator based on CppAst to generate C# for C++.
Info
| Version: | 0.1.4 |
| Author(s): | EgorBo |
| Last Update: | Friday, July 19, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/EgorBo/CppPinvokeGenerator |
| NuGet Url: | https://www.nuget.org/packages/CppPinvokeGenerator |
Install
Install-Package CppPinvokeGenerator
dotnet add package CppPinvokeGenerator
paket add CppPinvokeGenerator
CppPinvokeGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
- CppAst(>= 0.5.8)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
Tags