获取正在运行的应用程序列表(从 Applescript 翻译?)

发布于 2024-11-10 03:21:42 字数 183 浏览 1 评论 0原文

我想监控正在运行的应用程序。它在 AppleScript 中足够简单,但我找不到任何关于如何在 Objective-C 中执行相同操作的有用信息。

on run
tell application "System Events" to get name of every process
end run

I want to monitor what applications are running. It's simple enough in AppleScript, but I can't find any useful information about how to do the same thing in Objective-C.

on run
tell application "System Events" to get name of every process
end run

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

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

发布评论

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

评论(1

纵山崖 2024-11-17 03:21:42

您的第一个停靠点是 NSWorkspace 文档。特别是 runningApplications 方法。

Your first port of call is the NSWorkspace documentation. In particular the runningApplications method.

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