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