NetXP 3.0 Reference

Settings.Save Method (Object, RegistryKey)

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.

[Visual Basic]
Overloads Public Shared Sub Save( _
   ByVal settings As Object, _
   ByVal Key As RegistryKey _
)
[C#]
public static void Save(
   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.Save Overload List