Does .NET CLR support any class functions to read/write profile,

J

joye

Dear All

Does .NET CLR support any class functions to read/write profile, such as
SDK function GetPrivateProfieString()/WritePrivateProfileString() for
operating ini file?
Thank you.

Regards,
Tsung-Yu
 
V

Vladimir Nesterovsky

Hello,
Does .NET CLR support any class functions to read/write profile, such as
SDK function GetPrivateProfieString()/WritePrivateProfileString() for
operating ini file?

If you want to support profile in your managed application then make
acquaintance with "Isolated Storage",
and use "XML Serialization" to store your data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top