Posts
Sort by recent activity
Properties not being reflected properly
Hi,
I am reflecting back an assembly, and all the properties are being reflected incorrectly. Instead of:
obj.MyProperty
it comes back:
obj.get_MyProperty()
Obviously the MSIL getter and setter fun...