Skip to content

renkun-ken/cpp-coreclr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-coreclr

Calling .NET Core methods from C++

This project is a minimal example that reproduces http://yizhang82.me/hosting-coreclr.

Use ./build.sh to build the project.

Run build/main with the directory that contains CoreCLR dynamic libraries, which is usually found as following:

dotnet --list-runtimes

For example, on Ubuntu 18.04:

build/main /usr/share/dotnet/shared/Microsoft.NETCore.App

About

A minimal example of calling .NET Core methods from C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published