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
chardie
0

Comments

1 comment

  • chardie
    Never mind, once I selected the proper assemblies prior to reflection, the properties were reflected as expected.
    chardie
    0

Add comment

Please sign in to leave a comment.