I\'m getting the following error message:
The type or namespace name \'ManagementEventWatcher\' does not exist in the namespace \'System.Management\'
Check that you've selected the correct CLR version for the DLL that you are adding. I looked in my C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5.1 folder and the System.Management.dll found in that folder still had the class. I added a reference and a using statement and I was able to construct it.