public static RegistryKey GetRootKey(
string registryPath,
RegistryView view
)
Public Shared Function GetRootKey (
registryPath As String,
view As RegistryView
) As RegistryKey
Dim registryPath As String
Dim view As RegistryView
Dim returnValue As RegistryKey
returnValue = UtilRegistry.GetRootKey(registryPath,
view)
public:
static RegistryKey^ GetRootKey(
String^ registryPath,
RegistryView view
)
static member GetRootKey :
registryPath : string *
view : RegistryView -> RegistryKey
No code example is currently available or this language may not be supported.
[Missing <param name="registryPath"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.GetRootKey(System.String,Microsoft.Win32.RegistryView)"]
[Missing <param name="view"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.GetRootKey(System.String,Microsoft.Win32.RegistryView)"]