Platform invoke is a service that enables managed code to call unmanaged functions implemented in dynamic link libraries (DLLs), such as those in the Win32 API.
有个好用的VS插件,来自基于wiki的http://pinvoke.net/ 不错!
PInvoke 知识记录
最新推荐文章于 2025-08-02 10:51:25 发布
本文介绍了Platform Invoke(PInvoke)这一技术,它使托管代码能够调用非托管DLL中的函数,例如Win32 API。此外,还推荐了一个实用的Visual Studio插件,该插件源自http://pinvoke.net/网站。
1519

被折叠的 条评论
为什么被折叠?



