如何从 .resources (而不是 .resx)文件获取位图
我已使用反射器打开程序集并将一些 .resources 文件保存到我的硬盘上。那里有一些位图,如何从保存的 .resources 文件中获取它们? 我想通过代码或某些程序将它们保存为图像(.bmp)文件。
I have opened assembly with reflector and saved some .resources files to my hard drive. There is some bitmaps in there, how can I get them from saved .resources file?
I'd like to save them as image (.bmp) file via code or some program.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查此 http://support.microsoft.com/kb/324567
或检查此
check this http://support.microsoft.com/kb/324567
OR check this
您可以尝试使用 PowerCommands for Reflector 并将资源保存为 .resx 文件 - 然后在 Visual 中打开它工作室。
You could try using the PowerCommands for Reflector and save the resources as a .resx file - then open it in Visual Studio.