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 functions are being returned, is there some way to have the property reflected back?
Thanks, great product!
Chris
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 functions are being returned, is there some way to have the property reflected back?
Thanks, great product!
Chris