/.NET-Manage-NonManage

Implémentation de l'interopérabilité de code managé et non managé en c#

Primary LanguageC

.NET-Managé-NonManagé

🇫🇷 Implémentation de l'interopérabilité de code managé ↔️ non managé en c#

🇬🇧 Example of how to call unmanaged code in managed code using c#

  • Creation of a DLL with a function that calls stdlib free(void*) to deallocate blocks of memory that were allocated in non-managed code using malloc or calloc