Hi Guys, Is there a way possible to change the underlying Type of an Instruction Operand in 0.9.5.
In the earlier version of cecil I had used it as shown below ((Mono.Cecil.TypeSpecification)(ins.Operand)).ElementType = type.GetElementType(); where 'ins' is Instruction and 'type' is a TypeDefinition. csk. -- -- mono-cecil
