Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要实现的是从 Adobe AIR 中调用已经运行的本机进程。实际上,在 Adobe AIR 中,我想触发一些已经运行的本地进程,以便它(本地进程)可以根据输入采取进一步的行动。
我从 NativeProcess 类中了解到它启动了一个新的本机进程。那么如果该进程已经在操作系统上运行会发生什么呢?adobe air 会与已经运行的进程交互,还是会启动一个独立于另一个已经运行的新进程?
感谢您的帮助。如果我不够清楚,请告诉我。
谢谢你。