On 4/24/09, seesharper <[email protected]> wrote: > The may be a variety of reason why, but it seems like I need to do > LoadSymbols after the GetAssembly call. > > But then I need some way to retrieve the symbols byte array.
Yes, you do need to call LoadSymbols after GetAssembly, and SaveSymbols before SaveAssembly. You'll have a pdb sitting next to the saved assembly that you can read. -- Jb Evain <[email protected]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
