Top "Managed-code" questions

Term defined by Microsoft designing code executed under the management of a Common Language Runtime virtual machine.

Call C# dll from Delphi

I composed .Net 3.5 dll with single method, which is to be called by Delphi .exe. Unfortunately it does not work. …

c# .net delphi managed-code
Convert IntPtr to int* in C#?

I have a C++ DLL returning an int* to a C# program. The problem is the int* in C# remains …

c# pointers intptr managed-code