https://github.com/mhmd-azeez/corertdemo
Building a native library in C# and calling it from C++
https://github.com/mhmd-azeez/corertdemo
corert cpp csharp native
Last synced: 9 months ago
JSON representation
Building a native library in C# and calling it from C++
- Host: GitHub
- URL: https://github.com/mhmd-azeez/corertdemo
- Owner: mhmd-azeez
- License: mit
- Created: 2019-05-03T15:31:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T18:21:33.000Z (almost 7 years ago)
- Last Synced: 2025-06-15T17:08:43.952Z (10 months ago)
- Topics: corert, cpp, csharp, native
- Language: C#
- Homepage: https://dev.to/encrypt0r/writing-native-libraries-in-c-3kl
- Size: 12.7 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains a demo of a c# class library that's compiled with CoreRT as a native shared library and then called by a dotnet core and a c++ console application. You can know more by reading [this article](https://dev.to/encrypt0r/writing-native-libraries-in-c-3kl).