UtilRegistryImportRegFile Method
Imports a registry file into the current registry Hive.
Namespace: DevCase.Core.Windows.RegistryAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ImportRegFile(
string regFilePath
)
Public Shared Function ImportRegFile (
regFilePath As String
) As Boolean
Dim regFilePath As String
Dim returnValue As Boolean
returnValue = UtilRegistry.ImportRegFile(regFilePath)
public:
static bool ImportRegFile(
String^ regFilePath
)
static member ImportRegFile :
regFilePath : string -> bool
No code example is currently available or this language may not be supported.
- regFilePath String
-
The registry filepath.
Boolean if operation succeeds,
otherwise.
ArgumentNullException
|
regFilePath
|