How does unmanaged code run in .net?
I'd add COM to this list - since that's another common way to interface with native code from .NET.
Reed Copsey
2010-06-25 17:31:43
+3
A:
If you want a good overview of how .Net interoperates with unmanaged code, you could start with An Overview of Managed/Unmanaged Code Interoperability on MSDN.
It discusses security, performance, and what exactly happens at the interop boundary.
There are links for further reading at the bottom.
womp
2010-06-25 17:52:18