On Tue, Jan 13, 2009 at 2:33 AM, Renee Griboff <[email protected]> wrote:

> OK - but can you explain to me how to set up the XML file?
> I can't seem to find an example anywhere.
>

Set up what? You can use the Registry API to set the initial values. You
don't have to deal with the XML files.

Please don't forget to CC the list (Reply to All).


>
> Thank you.
>
>
> --- On Mon, 1/12/09, Ivan N. Zlatev <[email protected]> wrote:
>
> > From: Ivan N. Zlatev <[email protected]>
> > Subject: Re: [Mono-list] Re gistry questions
> > To: "rg1" <[email protected]>
> > Cc: [email protected]
> > Date: Monday, January 12, 2009, 9:30 PM
> > On Tue, Jan 13, 2009 at 2:10 AM, rg1
> > <[email protected]> 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
>
>
>
>


-- 
Kind Regards,
Ivan N. Zlatev
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to