On Nov 21, 9:47 pm, Jeff Nevins <[email protected]> wrote: > I tried using a try/finally block but then peverify complained that I > can't return out of a finally block.
It should work just fine with a try/finally block, just use 'endfinally' instead of 'ret' inside the finally block. -- -- mono-cecil
