On Tue, Dec 7, 2010 at 4:04 PM, joer <[email protected]> wrote: > Yes I did read this and it says ReaderParameters.ReadSymbols OR > WriterParameters.WriteSymbols.
Gosh, a logic bug in the doc. I guess that originally, it was something along the line of: pass True to ReadParameters.ReadSymbols to read the symbols, or to WriterParameter.WriteSymbols to write them. Which is still better written with a and. So, use ReadSymbols = True to read them, and WriteSymbols = True to write them. As you're altering an assembly, you'll need to read them, and to write them. Jb -- -- mono-cecil
