Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 404 Bytes

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 ).