UtilSystemNotificationNotifyRegistryChange Method

Notifies the system to update after a registry change.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: 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
)

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".

Remarks

See Also