在linux中向另一个应用程序发送消息

时间:2012-11-12 13:08:09

标签: c# linux cross-platform sendmessage cross-application

我想将一个meesage从一个应用程序发送到另一个应用程序。 在Windows中,我将使用DllImprt for PostMessage或SendMessage。

我可以在linux上做什么? 是否可以选择不在Windows中使用PostMessage或SendMessage?

感谢

1 个答案:

答案 0 :(得分:2)

看看D-Bus: http://www.freedesktop.org/wiki/Software/dbus

不确定它是否适用于Windows,但它在Linux应用程序中非常流行。