public static string GetRootKeyName(
string registryPath
)
Public Shared Function GetRootKeyName (
registryPath As String
) As String
Dim registryPath As String
Dim returnValue As String
returnValue = UtilRegistry.GetRootKeyName(registryPath)
public:
static String^ GetRootKeyName(
String^ registryPath
)
static member GetRootKeyName :
registryPath : string -> string
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.GetRootKeyName(System.String)"]