ioncodes / dnpatch

.NET Patcher library using dnlib
MIT License
313 stars 49 forks source link

How to creat instructions of stfld? #42

Closed gagmeng closed 7 years ago

gagmeng commented 7 years ago

For example instruction viewed by dnspy: stfld bool namespace.class::localVar So, how to creat this instruction with Instruction.Create() ? Thanks