gpt4 book ai didi

c# - 在 Windows 应用商店应用程序中,如果我定期从 LocalFolder 中的文件夹读取数据,我可以保留静态引用吗?

转载 作者:太空宇宙 更新时间:2023-11-03 19:11:48 25 4
gpt4 key购买 nike

我的 LocalFolder 中有几个我经常使用的子文件夹。我可以为它们中的每一个保留一个 static 引用吗?还是每次都需要调用 ApplicationData.Current.LocalFolder.GetFolderAsync?使用返回的对象是线程安全的吗? (不一定是读写,而是文件查询)

最佳答案

你当然可以,但你需要稍微改变一下。

查看FutureAccessList ( http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.accesscache.storageapplicationpermissions.futureaccesslist.aspx )

Gets an object that represents a list that an app maintains so that the app can store files and/or locations (like folders) and easily access these items in the future.

祝你好运!

关于c# - 在 Windows 应用商店应用程序中,如果我定期从 LocalFolder 中的文件夹读取数据,我可以保留静态引用吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20081193/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com