On Wed, 2005-02-16 at 21:44 -0400, Rogerio Pereira wrote: > Hi! > > How can i get the methodinfo for op_LessThan, op_GreaterThan of a > System.Double or System.Int32 under Mono? There is no such method. The cil opcodes `cgt' `ceq' or `bgt' `beq' are used as needed. -- Ben