The XRegistryVarDictionary type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XRegistryVarDictionary | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetType | Gets the Type of the current instance. | |
| GetVar |
Gets the variable value.
(Inherited from XVarDictionaryBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| ResolveVar |
Translates name into a real value.
(Inherited from XVarDictionaryBase.) | |
| SetVar |
Sets the variable value.
(Overrides XVarDictionaryBase..::.SetVar(String, String).) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| SyncRoot | (Inherited from XVarDictionaryBase.) |