C++ CLR System::Diagnostics::Process,进程启动后重定向输出?

发布于 2024-12-13 10:56:00 字数 235 浏览 2 评论 0原文

我正在使用 System::Diagnostics::Process的 GetProcessesByName 来检查计算机上是否正在运行某个进程。我希望能够将它找到的进程的输出重定向到我的 CLR 项目中的控制台。当它(找到的进程)已经运行时我该怎么做?

I'm using System::Diagnostics::Process's GetProcessesByName to check and see if a certain process is running on the machine. I want to be able to redirect the process it find's output to a console in my CLR project. How do I do that when it (the process found) is already running?

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

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

发布评论

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

评论(1

蛮可爱 2024-12-20 10:56:00

附加到进程 OutputDataReceived 事件。

Attach to the processes OutputDataReceived event.

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