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.
我正在用 C# 编写一个 WMI 项目。我想知道 WMI 中是否有任何类(如 Win32_Process、Win32_ScheduledJob、...)可用于显示消息框。我不想使用 .vbs 文件,因为我认为 WMI 本身可以做到这一点。
WMI用于管理和检索有关系统的信息。要显示消息框,您必须使用为您使用的语言公开的方法,例如MessageBox::Show.
MessageBox::Show