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.
我正在使用 Visual Studio 2008。使用WMI. 我已经导入了许多库,但它们不起作用
WMI
ConnectionOptions options = new ConnectionOptions();
我正在使用这些Namespaces:
Namespaces
using System.Management; using System.Security;
您可能还想添加对的引用System.Management。
System.Management
请在此MSDN文章中找到更多信息:
有人遇到了类似的问题,并通过添加对dll.
dll