我可以使用 PInvoke 从我自己的 dll 中调用方法吗?

发布于 2025-01-03 10:22:16 字数 53 浏览 0 评论 0原文

我有一些自己写的dll。我想知道是否可以使用 PInvoke 从我的 C# 代码中调用它们?

I have some dll writtern by my self. I am wondering if I can use PInvoke to call them from my C# code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

恍梦境° 2025-01-10 10:22:17

您可以使用C# DllImport 和 Dllexport for DLL Interop 文章作为起点。

You may use C# DllImport and Dllexport for DLL Interop article as a starting point.

泪眸﹌ 2025-01-10 10:22:17

查看 P/Invoke 上的这些资源:

使用 P/Invoke 在 C# 中调用 Win32 DLL

在此答案中,您可能会发现如何准备 dll 以使其适合 P/Invoke:

在 C# 中为 p/invoke 创建基本 C++ .dll

Check out these sources on P/Invoke:

Calling Win32 DLLs in C# with P/Invoke

In this answer you might find how you could prepare your dll to make it suitable for P/Invoke:

Creating a basic C++ .dll for p/invoke in C#

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文