且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

远程计算机上的进程信息

更新时间:2022-10-17 13:26:08

To perform remote administration functions, usually, the right answer is to use WMI.

And using types in System.Management to interact with WMI from .NET. This page includes a simple example.

I would suggest using WMI for both remote and local information—avoiding two sets of code to maintain.

相关阅读

技术问答最新文章