有什么方法可以在运行时获取嵌入资源的源文件的文件路径吗?
我正在开发 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论