File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- CppSharp is a tool and set of libraries which allows programmers to use
2- C/C++ libraries with high-level programming languages (such as C#) .
1+ CppSharp is a tool and set of libraries which facilitates the usage of native C/C++ code
2+ with the .NET ecosystem .
33
4- It is a tool that takes C/C++ header and library files and generates the
5- necessary glue to surface the native API as a managed API. Such an API can be
6- used to consume an existing native library in your high-level code or add
7- scripting support to a native codebase.
4+ It consumes C/C++ header and library files and generates the
5+ necessary glue code to surface the native API as a managed API. Such an API can be
6+ used to consume an existing native library in your managed code or add
7+ managed scripting support to a native codebase.
88
99The supported target languages at present are C# and C++/CLI.
1010
You can’t perform that action at this time.
0 commit comments