Hi brothers,

How can I define IL dynamic method with generator ?

I need create if condition with two params  inside method, here is 
example...

            generator = setterMethod.Body.GetILProcessor();
            generator.Emit(OpCodes.Ldarg_0);
            generator.Emit(OpCodes.Ldarg_1);
     -- and now  generator.MarkLabel?? with condition? or some other?



sorry for my pure english


Ales

-- 
-- 
--
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/groups/opt_out.


Reply via email to