Hi, How can I determine what kind of call it is, if an instruction contains ldc.i4 X, X being the number? For example:
char c = '$' ; The instruction for the '$' is ldc.i4 36 Also, the instruction for the 36th item of an enum will also be ldc.i4 36. Is there a way to know from the instruction, which instruction belongs to which call? Thanks, -- -- mono-cecil
