Specifications

- 328 -
Save
Saves the registry to the FLASH memory.
Syntax
[VB]
Public Shared Sub Save()
[C#]
public static void Save();
Parameters
None
Return value
None
Exceptions
Name of Exception Meaning
MissingMethodException Registry save function not supported.
Note
This is not supported on units running on Windows CE 4.1 or 4.2. An exception is thrown
when executed.
[Ex.] Saving the registry
[VB] Registry.Save
[C#] Registry.Save();