开发者

How is unmanaged code run in .NET?

开发者 https://www.devze.com 2023-01-04 14:58 出处:网络
How 开发者_C百科does unmanaged code run in .net?Most commonly, using P/Invoke, COM,or C++/CLI.If you want a good overview of how .Net interoperates with unmanaged code, you could start with An Overvie

How 开发者_C百科does unmanaged code run in .net?


Most commonly, using P/Invoke, COM, or C++/CLI.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号