有什么方法可以在运行时获取嵌入资源的源文件的文件路径吗?

发布于 2024-11-19 19:32:40 字数 246 浏览 2 评论 0原文

我正在开发 VirtualPathProvider,它可以让我从引用的程序集中加载嵌入式资源 (ER)(例如 .js 或 .css 文件)。我希望能够在运行时更改 .js 文件和 .css 文件,并且无需刷新整个页面即可反映更改。如果我有资源文件的路径,我就可以做到这一点,因为我可以使用它作为源而不是 ER。

有没有办法在运行时提取程序集 csproj 或嵌入式资源的源代码位置(可能是从 .pdb 文件中),如果是这样,我将如何在 c# 中执行此操作?谢谢!

I am working on a VirtualPathProvider which will let me load embedded resources (ER) (such as .js or .css files) from a referenced assembly. I would like to be able to change the .js files and .css files at runtime and have the changes reflected without having to refresh the whole page. I can do this if I have the path to the resource file as I can use that as the source instead of the ER.

Is there any way to extract the source code location of an assemblies csproj or an embedded resource at runtime, perhaps from the .pdb file, and if so, how would I do it in c#? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文