Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
C# has an excellent unsafe that allows you to do basic operations with memory, such as malloc, memcpy, etc. - this is all implemented through P / Invoke - calling Managed by the Unmanaged functions code (for example, HeapAlloc-HeapFree from kernel32, for working with memory, and any other unmanaged disgrace in the context of a managed assembly)
Here are a couple of links on the topic
Working with memory directly (malloc in C #)
Platform / Invoke mechanism
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question