Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 359 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 359 Bytes

.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