1 write to wmiKey
System.Management (1)
Instrumentation\WMICapabilities.cs (1)
33wmiKey = Registry.LocalMachine.OpenSubKey(WMIKeyPath, false);
2 references to wmiKey
System.Management (2)
Instrumentation\WMICapabilities.cs (2)
124if(null == installationDirectory && null != wmiKey) 125installationDirectory = wmiKey.GetValue(InstallationDirectoryVal).ToString();