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.
レジストリ モニターを探してみたところ、見つかったコード は次の とおりManagementEventWatcherです。このクラスをスレッドとして実装するにはどうすればよいですか? ありがとう。EventArrivedEventHandlerManagementExceptionWqlEventQuery
ManagementEventWatcher
EventArrivedEventHandler
ManagementException
WqlEventQuery
add this namespace System.Management. All your required classes are under this namespace. Go To project-->AddReference-->System.Management and add