2010-07-13 Carlos Alberto Cortez <calberto.cortez@gmail.com>
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 13 Jul 2010 14:45:17 +0000 (14:45 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 13 Jul 2010 14:45:17 +0000 (14:45 -0000)
commit5cf380806d60cc733c839cd98fa0b86748714dd6
tree074550bbbac05ef5119ff95aed7d280703ae82e6
parent73c7b851cf7b24dda357589df08b961a0fc932dc
2010-07-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* RegistryKey.cs: Call the proper UnixRegistryApi.CreateSubKey overload.
* UnixRegistryApi.cs: Implement basic support for volatile keys, by
storing them in memory instead of disk. We lack the support to have
them available to other processes - and given the fact that a
workaround would be gross, just don't implement that now.

svn path=/trunk/mcs/; revision=160300
mcs/class/corlib/Microsoft.Win32/ChangeLog
mcs/class/corlib/Microsoft.Win32/RegistryKey.cs
mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs