G
G.Ashok
Hello,
The Type.GetProperty() method is throwning "AmbiguousMatchException"
when getting value of control class through reflection.
The exception occurs under the following cases.
1. The class is derived from other class
2. Any of the parent class property is either overridden or shadowed in the
derived class
3. and trying to get the property value through reflection of the derived
class.
Which set of BindingFlags should be used in this case ?
Any help on this, is greatly appreciated
Regards,
....Ashok
The Type.GetProperty() method is throwning "AmbiguousMatchException"
when getting value of control class through reflection.
The exception occurs under the following cases.
1. The class is derived from other class
2. Any of the parent class property is either overridden or shadowed in the
derived class
3. and trying to get the property value through reflection of the derived
class.
Which set of BindingFlags should be used in this case ?
Any help on this, is greatly appreciated
Regards,
....Ashok