NetXP 3.0 Reference

Settings.Read Method (Object, RegistryKey)

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.

[Visual Basic]
Overloads Public Shared Sub Read( _
   ByVal settings As Object, _
   ByVal Key As RegistryKey _
)
[C#]
public static void Read(
   object settings,
   RegistryKey Key
);

Parameters

settings
An object that holds all the desired settings
Key
The registry key in which to save data

See Also

Settings Class | NETXP.Library Namespace | Settings.Read Overload List