开发者

store data to isolated storage in memory

开发者 https://www.devze.com 2023-03-08 14:23 出处:网络
I have to store data to isolated storage in memory 开发者_Python百科in such a way that other applications

I have to store data to isolated storage in memory 开发者_Python百科in such a way that other applications that are run by the same user and at the same time other users running the same application cannot access the data directly. How can I do this?


Try this

IsolatedStorageFile.GetUserStoreForAssembly();

But befor to use it you need to import namespace System.IO.IsolatedStorage;
Here is more detail IsolatedStorageFile Class

0

精彩评论

暂无评论...
验证码 换一张
取 消