I can't complete DynamicMethodGen method manualy, because
DynamicMethod dm = dmg.GetCompletedDynamicMethod(true);
is not equivalent to
dmg.Complete()
DynamicMethod dm = dmg.GetCompletedDynamicMethod();
You can modify DynamicMethodExamples() to see the problem.
Original issue reported on code.google.com by ladislav...@seznam.cz on 29 Dec 2009 at 8:42
Original issue reported on code.google.com by
ladislav...@seznam.cz
on 29 Dec 2009 at 8:42