how to save class object in registry, C sharp.
- by younevertell
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?