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.
我正在处理 WP 项目,我需要从本地文件夹中获取图像,当我使用 Directory.GetFiles() 方法时,我得到“System.MethodAccessException”,但它在设备上运行良好。 有人可以解释一下原因吗?
问候,索尼娅
您应该使用IsolatedStorage.GetFileNames而不是Directory.GetFiles.
IsolatedStorage.GetFileNames
Directory.GetFiles