The Settings Class

Introduction

This is a class that is used to save and restore data using the registry or by binary serialization in a file. It works in conjunction with another custom settings class that contains all the data to be stored.

Usage

You do not need to instantiate this class to use it. Use the static methods such as Read and Save to load and save settings respectively.

Refer to the NetXP reference documentation for more information on how to use this class.