Yves Goergen wrote: > I've been trying this all evening now and it just doesn't lead anywhere.
Is your problem writing the IL code or getting cecil to write it? If it's the first, I don't know if it helps much, but the way I solved problems like this is to write C# code that does what I want and read the resulting IL from ildasm or Reflector and comparing the code resulting from cecil with that (ildasm or reflector showed enough of my broken code to be able to compare it). Simon -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
