RegistryKeyContents-class    package:SWinRegistry    R Documentation

_S_i_m_p_l_e _c_l_a_s_s _f_o_r _r_e_p_r_e_s_e_n_t_i_n_g _t_h_e _c_o_n_t_e_n_t_s _o_f _r_e_g_i_s_t_r_y _k_e_y

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form  'getRegistry'

_S_l_o_t_s:


     '_v_a_l_u_e_s': Object of class '"list"' a named list giving the value
          entries in this key.

     '_f_o_l_d_e_r_s': Object of class '"list"'  a named list giving the
          sub-keys and their contents. 

_M_e_t_h_o_d_s:

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

_A_u_t_h_o_r(_s):

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

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/SWinRegistry>

_S_e_e _A_l_s_o:

     'getRegistry'

