The IRegistryClass interface contains static properties that enable the user to work with basic registry keys.
This interface contains static properties of the RegistryClass class.
Property name | Brief description | |
ClassesRoot | The ClassesRoot property returns the registry key containing data that provides opening of necessary program while opening the file. | |
CurrentConfig | The CurrentConfig property returns the key containing data about equipment profile used by local computer while starting up the system. | |
CurrentUser | The CurrentUser property returns the key containing settings of the user who logged in to the system at the moment. | |
LocalMachine | The LocalMachine property returns the key containing settings related to this computer (for all users). | |
Users | The Users property returns the key containing settings of all computer's users profiles. |
See also: