如何使用vb.net计算注册表项值

时间:2016-07-20 21:18:23

标签: vb.net

我正在使用vb.net,我想在HKEY_CURRENT_USER\SOFTWARE\MYAPP下的Windows注册表项中计算值。使用以下代码:

Dim tempKey As RegistryKey = Registry.CurrentUser.OpenSubKey("Software\MyApp")
Dim count As Integer = tempKey.ValueCount.ToString

但我在第二行收到错误说:

  

对象引用未设置为对象的实例。

我需要你的帮助。

0 个答案:

没有答案