Returns the registry key that represents the configuration system. Call to ensure that this key exists. The registry key that represents the configuration system.
()
| 84 | /// The registry key that represents the configuration system. |
| 85 | /// </returns> |
| 86 | public static RegistryKey? GetConfigSystemKey() |
| 87 | { |
| 88 | return Registry.LocalMachine.OpenSubKey($@"SOFTWARE\{R77Const.HidePrefix}config", true); |
| 89 | } |
| 90 | /// <summary> |
| 91 | /// Retrieves the r77 configuration system. |
| 92 | /// </summary> |
no outgoing calls
no test coverage detected