[Mono-list] Re gistry questions

Ivan N. Zlatev contact at i-nz.net
Mon Jan 12 21:30:45 EST 2009


On Tue, Jan 13, 2009 at 2:10 AM, rg1 <rgriboff at yahoo.com> wrote:

>
> I'm not completely following -
>
> Is there no way to continue to use Registry.LocalMachine.OpenSubKey()
> followed by a set of GetValue() calls?
>
> Even if I write a program to set the values -where are the values put?
>  What
> file and what location is used?
>
>
Because there is no "Registry" on Linux mono internally simulates a
"Registry" by storing in and retrieving from XML the values (the xml files
are stored in ~/.mono/registry/). This is an implementation detail as far as
you are concerned and as Chris said you don't have to care about this and
you should just go ahead and use the Registry API as usual.

-- 
Kind Regards,
Ivan N. Zlatev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090113/2dcc9198/attachment.html 


More information about the Mono-list mailing list