/AotTest

Simple project demonstrating the use of unmanged exports and DllMain in NativeAOT

Primary LanguageC++

AotTest

Projects

  • AOT: The class library projects with unmanaged exports and DllMain using .NET 7 NativeAOT technology
  • AotTest: .NET program that calls the natively compiled AOT.dll
  • CppRun: C++ program that calls the natively compiled AOT.dll with unloading support
  • CppDll: Just a testing project

Running

Simply rebuild the solution and start debugging (or run bin\AotTest.exe ).