【问题标题】:store data to isolated storage in memory将数据存储到内存中的隔离存储中
【发布时间】:2011-05-27 08:31:23
【问题描述】:

我必须将数据存储到内存中的隔离存储中,以便其他应用程序 由同一用户运行,同时其他用户运行同一应用程序 无法直接访问数据。我该怎么做?

【问题讨论】:

    标签: c# .net memory storage


    【解决方案1】:

    试试这个

    IsolatedStorageFile.GetUserStoreForAssembly();
    

    但是在使用它之前你需要导入命名空间System.IO.IsolatedStorage;
    这里有更多细节IsolatedStorageFile Class

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多