Skip to main content
CppSharp package icon

CppSharp

CppSharp is a collection of libraries for working with C++ code from high-level languages. It has multiple use cases, from parsing C++ code to automatically generating bindings for wrapping C/C++ native code allowing interoperability with high-level languages. The supported target languages at present are C# (hence the name of the project) and C++/CLI. This can be used to consume an existing native library in your high-level code or add scripting support to a native codebase. The NuGet version is Windows 64-bit only for the time being.

Total Downloads
572.9K
572,882
Published
Oct 27, 2016
Latest stable version

Install

.NET CLI
dotnet add package CppSharp --version 0.7.5
Package Manager Console
Install-Package CppSharp -Version 0.7.5
PackageReference
<PackageReference Include="CppSharp" Version="0.7.5" />

Frameworks

No framework metadata available.

Dependencies

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.