如何直接从 C# 使用 IronAHK Rusty 库

发布于 2024-10-27 17:32:32 字数 218 浏览 2 评论 0原文

我想知道如何混合使用 autohotkey 和 C# 已经很长时间了。 目前我想设置全局键钩子。像这样的事情:

SetGlobalHook("F9", MyDelegate);

看起来 Rusty 库不应该以这种方式直接使用。因此,我担心只需将所有内部更改为公共并重新编译即可。

请不要通过 IronAHK 提出其他解决方案,我知道它们。

It's a long time already as I wondering about how to mix autohotkey and C#.
At the current moment I want to set global key hook. Something like this:

SetGlobalHook("F9", MyDelegate);

It looks that Rusty library doesn't supposed to be used directly in such a way. So, I'm afraid to simply change all internal to public and recompile it.

Please don't suggest solutions other then through IronAHK, I know about them.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文