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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CREG : CHANDLE

public class CREG : CHANDLE

The CREG type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears all the parameters in a REG object
Public methodCopy
Copy
Public methodStatic memberCreate
Create a handle to a REG object
Public methodStatic 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 methodGet(String, String)
Gets a string for a specified parameter in the REG object
Public methodGet(String, String, Int32)
Gets a string for a specified parameter in the REG object
Public methodGetInt
Gets an int for a specified parameter in the REG object
Public methodGetMakerXML
Gets the MAKER handle from the REG object.
Public methodGetOne(Int32, String, String)
Gets n-th entry of the REG object
Public methodGetOne(Int32, String, Int32, String, Int32)
Gets n-th entry of the REG object
Public methodGetReal
Gets an real for a specified parameter in the REG object
Public methodiEntries
Get the number of parms in a REG object
Public methodLoadINI
Load a registry from an INI file.
Public methodMatchString(String, String)
Replace a string with reg settings.
Public methodMatchString(String, String, Int32)
Replace a string with reg settings.
Public methodMerge
Merge
Public methodSaveINI
Save a REG to an INI file.
Public methodSerial
Serialize a REG object into a file.
Public methodSet
Sets a string parameter in the REG object
Public methodSetInt
Sets an int for a specified parameter in the REG object
Public methodSetReal
Sets an real for a specified parameter in the REG object
Top
See Also