标签: c# managementeventwatcher
一直在玩ManagementEventWatcher类,我很好奇你可以从中选择* 的系统事件和对象。
某个地方是否有发布的列表?
答案 0 :(得分:8)
您需要下载并试用WMI Code Creator实用程序。可用事件列在“接收事件”选项卡下。
this thread中提供了C#中的示例。
WMI类及其事件的正式文档starts here。