Search code examples
c#embedded-resource

Export embedded resources from C# assembly?


I have a C# dll that has some embedded resources and i'm having troubles with a couple of them. What would be the best app's to pull these resources out so that I can check them over?


Solution

  • I found that opening the file with .Net Reflector allowed me to see the Resources!