NetXP 3.0 Reference

Settings.Read Method

Read from 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.

Overload List

Read from 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 Read(object);

Read all the information in a class to the registry. This method iterates through all members of the specified class and reads them to the registry.

public static void Read(object,RegistryKey);

Read from the registry using the specified key

public static void Read(object,string);

See Also

Settings Class | NETXP.Library Namespace