I need to modify a .net Assembly that I have lost source for and the only modification I need is to set the property to return 0 instead of 1.
The property is a get only property and there are code inside the get method. I'm trying to do this using the Reflexil v1.5 plugin inside the Telerik JustDecompile but Reflexil just lets me modify the IL inside the methods and not inside the property get or set blocks.
Does anyone know how to modify the IL inside a Property using Reflexil please?