The XRegistryVarDictionary type exposes the following members.

Constructors

  NameDescription
XRegistryVarDictionaryOverloaded.

Methods

  NameDescription
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
GetVar
Gets the variable value.
(Inherited from XVarDictionaryBase.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
ResolveVar
Translates name into a real value.
(Inherited from XVarDictionaryBase.)
SetVar
Sets the variable value.
(Overrides XVarDictionaryBase..::.SetVar(String, String).)
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Fields

  NameDescription
PrefixClassesRoot
Defines types (or classes) of documents and properties connected with these types. This item is the prefix which stands for Windows registry with the key HKEY_CLASSES_ROOT.
PrefixClassesRootH
Defines types (or classes) of documents and properties connected with these types. This item is the prefix which stands for Windows registry with the key HKEY_CLASSES_ROOT.
PrefixCurrentConfig
Contains configuration settings about hardware which are not specific for users. This item is the prefix which stands for Windows registry with the key HKEY_CURRENT_CONFIG.
PrefixCurrentConfigH
Contains configuration settings about hardware which are not specific for users. This item is the prefix which stands for Windows registry with the key HKEY_CURRENT_CONFIG.
PrefixCurrentUser
Contains information about the current user settings. This item is the prefix which stands for Windows registry with the key HKEY_CURRENT_USER.
PrefixCurrentUserH
Contains information about the current user settings. This item is the prefix which stands for Windows registry with the key HKEY_CURRENT_USER.
PrefixLocalMachine
Contains configuration data for this computer. This item is the prefix which stands for Windows registry with the key HKEY_LOCAL_MACHINE.
PrefixLocalMachineH
Contains configuration data for this computer. This item is the prefix which stands for Windows registry with the key HKEY_LOCAL_MACHINE.
PrefixUsers
Contains information about the implicit user settings. This item is the prefix which stands for Windows registry with the key HKEY_USERS.
PrefixUsersH
Contains information about the implicit user settings. This item is the prefix which stands for Windows registry with the key HKEY_USERS.

Properties

  NameDescription
SyncRoot (Inherited from XVarDictionaryBase.)

See Also