I want to get my hands on an assembly by saving it to disc or reflect it at runtime. The assembly is generated dynamically in memory by third party.
Does anyone know how to do this?
|
I want to get my hands on an assembly by saving it to disc or reflect it at runtime. The assembly is generated dynamically in memory by third party. Does anyone know how to do this?
| ||||
|
feedback
|
|
You can use the Save method on AssemblyBuilder. | |||||||||||
feedback
|
|
You can do this using SOS in WinDbg. The problem is finding the modules. If you do get your hands on it, there is a 'SaveModule' command to dump the module/assembly to file. Good luck :) | |||||||||||||||
feedback
|