RegistryKeyContentsClass: Simple class for representing the contents of registry key

RegistryKeyContents-classR Documentation

Simple class for representing the contents of registry key

Description

This is used to give type information to a container for a an object that holds both the values in a registry key and also the sub-folders it houses. We make this a class rather than a simple list so that we can define methods on it such as restoring the structure in the registry, etc.

Objects from the Class

Objects can be created by calls of the form getRegistry

Slots

values:

Object of class "list" a named list giving the value entries in this key.

folders:

Object of class "list" a named list giving the sub-keys and their contents.

Methods

No methods defined with class "RegistryKeyContents" in the signature.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.omegahat.org/SWinRegistry

See Also

getRegistry


omegahat/SWinRegistry documentation built on July 17, 2022, 7:26 p.m.