如何直接从 C# 使用 IronAHK Rusty 库
我想知道如何混合使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论