Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Internet Explorer 插件/插件,需要在“低权限”/受保护模式下使用独立存储 (.NET/C#/3.5),所以我打算写入 %USERPROFILE%\AppData\LocalLow
如何选择该路径?
使用背后的原则IsolatedStorage是不知道确切的存储物理位置。理想情况下,它是对文件系统中允许应用程序写入的任何位置的抽象。
IsolatedStorage
为了获得一个IsolategStorage实例,您应该使用IsolatedStorage.GetMachineStoreForApplication
IsolategStorage
IsolatedStorage.GetMachineStoreForApplication