how to save class object in registry, C sharp.
Posted
by younevertell
on Stack Overflow
See other posts from Stack Overflow
or by younevertell
Published on 2010-04-21T06:11:15Z
Indexed on
2010/04/21
6:13 UTC
Read the original article
Hit count: 223
c#
Basically I have one class object with some properties. Is there any way I can save the class object in registry, not the properties seperately?
It seems RegistryKey.SetValue Method can not save an object directly?
© Stack Overflow or respective owner