简体   繁体   中英

How is unmanaged code run in .NET?

非托管代码如何在.net中运行?

最常见的是,使用P / InvokeCOMC ++ / 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM