Skip to content

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

Notifications You must be signed in to change notification settings

Sardelka9515/AotTest

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published