Save to the registry using the default key, the standard user application data registry key. To use this effectively, be sure to specify the appropriate information in the AssemblyInfo file.
Save to the registry using the default key, the standard user application data registry key. To use this effectively, be sure to specify the appropriate information in the AssemblyInfo file.
public static void Save(object);
Save all the information in a class to the registry. This method iterates through all members of the specified class and saves them to the registry.
public static void Save(object,RegistryKey);
Save to the registry using the specified key
public static void Save(object,string);
Settings Class | NETXP.Library Namespace