Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The IL code look like this

callvirt instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::set_Item(!0,!1)

I don't know how to use Mono.cecil to create an IL code to call a method with param !0 and !1.And what do they mean?
Posted
Updated 17-Oct-14 22:36pm
v2
Comments
BillWoodruff 18-Oct-14 4:45am    
Sounds like something for the Xamarin/Mono forums. Why are you messing around with IL directly ?
Kyle Chen 18-Oct-14 4:48am    
I want to reweave an exist dll.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900