As explained in this thread Find a private field with Reflection? reflection can be used to set a private field, and I've done so successfully in MOSS 2007 which is using asp.net 2.0. I'm wondering if my code is going to break in SharePoint 2010, which I guess comes down to whether or not the backing version of asp.net, which is asp.net 3.5, would allow it.
To summarize Does asp.net 3.5 allow private member variables of a superclass to be set using reflection from an inheriting class?
Any comments?