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