Click or drag to resize
CREG Class
The REG class is used for storing and retrieving named variables. Many classes contain REG objects for storing information particular to the class. The META class supersedes the REG class and is gradually replacing the use of the REG class in newer applications.
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CREG : CHANDLE

The CREG type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneClear
Clears all the parameters in a REG object
Public methodAvailable to anyoneCopy
Copy
Public methodAvailable to anyoneStatic memberCreate
Create a handle to a REG object
Public methodAvailable to anyoneStatic memberCreateS
Create a handle to a REG object from a BF
Protected methodDispose
Releases the unmanaged resources used by the CREG and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneGet
Gets a string for a specified parameter in the REG object
Public methodAvailable to anyoneGetInt
Gets an int for a specified parameter in the REG object
Public methodAvailable to anyoneGetOne
Gets n-th entry of the REG object
Public methodAvailable to anyoneGetReal
Gets an real for a specified parameter in the REG object
Public methodAvailable to anyoneiEntries
Get the number of parms in a REG object
Public methodAvailable to anyoneLoadINI
Load a registry from an INI file.
Public methodAvailable to anyoneMatchString
Replace a string with reg settings.
Public methodAvailable to anyoneMerge
Merge
Public methodAvailable to anyoneSaveINI
Save a REG to an INI file.
Public methodAvailable to anyoneSerial
Serialize a REG object into a file.
Public methodAvailable to anyoneSet
Sets a string parameter in the REG object
Public methodAvailable to anyoneSetInt
Sets an int for a specified parameter in the REG object
Public methodAvailable to anyoneSetReal
Sets an real for a specified parameter in the REG object
Top
See Also