UtilSystemNotificationNotifyRegistryChange Method
Notifies the system to update after a registry change.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void NotifyRegistryChange(
string keyName
)
Public Shared Sub NotifyRegistryChange (
keyName As String
)
Dim keyName As String
UtilSystemNotification.NotifyRegistryChange(keyName)
public:
static void NotifyRegistryChange(
String^ keyName
)
static member NotifyRegistryChange :
keyName : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- keyName String
-
A string that indicates the area containing the system parameter that was changed.
This string can be the name of a registry key or the name of a section in the Win.ini file.
When the string is a registry name, it typically indicates only the leaf node in the registry, not the full path.
To effect a change in the policy settings, this parameter points to the string "Policy".
To effect a change in the locale settings, this parameter points to the string "intl".
To effect a change in the environment variables for the system or the user, this parameter points to the string "Environment".