






















简单的回答是:Yes.详细的问答如下:
问: I have a RESX file that is marked with 'Embed Resource' build action. While the app is running, it will need to read RESX data multiple times, from different points in the app. Will the ResourceManager ends up doing disk IO every time, or will the resources be kept in memory?
答:Yes they're cached in a Hashtable, so it hits IO once.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。