Loading in memory Assembly

uberspeeduberspeed Posts: 2
Hello,

I have a DLL that is build and loaded at compile time in memory (it is never written to file), I want to be able to load this module into Reflector to produce code and and PDB file like the Visual Studio Plugin.

My main problem is I am unable to work out how to load an assembly from anything other than file, if anyone has an example of how to load and decompile from memory that would be very useful.

Thanks.

Comments

  • Jessica RJessica R Posts: 1,319 Rose Gold 4
    Hi uberspeed,

    Sorry to say there's no way to debug dynamically created assemblies (that aren't saved to disk) with .NET Reflector at the moment. :/

    In case none of our forum users know of alternatives, http://stackoverflow.com/ may have some suggestions!

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


Sign In or Register to comment.