Responder Developer Guide
RegistrySection Enumeration


Defines which section of the registry is to be accessed.
Syntax
'Declaration
 
Public Enum RegistrySection 
   Inherits System.Enum
'Usage
 
Dim instance As RegistrySection
public enum RegistrySection : System.Enum 
Members
MemberDescription
ClassesRootUse the HKEY_CLASSES_ROOT section.
CurrentConfigUse the HKEY_CURRENT_CONFIG section.
CurrentUserUse the HKEY_CURRENT_USER section.
LocalMachineUse the HKEY_LOCAL_MACHINE section.
UndefinedThe registry section to use is not defined.
UsersUse the HKEY_USERS section.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Responder.Desktop.RegistrySection

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Miner.Responder.Desktop Namespace

 

 


Send Comment