我正在使用Visual studio 2008。使用WMI时应该使用哪些库。我导入了很多库,但它们都不起作用
ConnectionOptions options = new ConnectionOptions();我正在使用这些Namespaces
using System.Management;
using System.Security;发布于 2012-09-27 13:44:37
您可能还想添加一个对System.Management的引用。
请在此处找到有关此MSDN 文章的更多信息:
有人遇到了类似的问题,并通过添加对dll的引用来解决它。
https://stackoverflow.com/questions/12614742
复制相似问题