AntivirusProduct c# 的 WMI 文档
我试图在使用 c# 时查找“select * from AntivirusProduct”语句的属性名称。
我想查找有关 AntivirusProduct 条目的公司/供应商/任何其他详细信息等信息 - 但是我找不到文档来查找该做什么,即“从 AntivirusProduct 选择公司”
有人可以帮我找到此文档吗!?
I am attempting to find the property names for the "select * from AntivirusProduct" statement when using c#.
I am wanting to find info like company / vendor / any other details about the AntivirusProduct entry - however I cannot find the documentation to find what to do i.e "select company from AntivirusProduct"
Can somebody please help me find this documentation!?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
找到它:
http ://www.microsoft.com/downloads/en/details.aspx?familyid=6430f853-1120-48db-8cc5-f2abdc3ed314&displaylang=en
并使用此安装的 CMI 工具:)
Found it :
http://www.microsoft.com/downloads/en/details.aspx?familyid=6430f853-1120-48db-8cc5-f2abdc3ed314&displaylang=en
And use the CMI tool that this installs :)
查看 WMI 代码Creator(来自 Microsoft) - 它在过去多次帮助我找到我想要的有关 WMI 类/命名空间的内容。
希望有帮助!
Check out WMI Code Creator (from Microsoft) - it's helped me several times in the past find what I wanted regarding WMI classes/namespaces.
Hope it helps!