This is a bit of a nasty one;
I have an "external" library (technically internal to the company but the original source code is no longer available, just the DLL) with a sealed
class that is/should be marked as obsolete.
Is it possible to do? I suspect I might need to mess around with reflection to get the job done (I'm more than OK with this), I'm just not clear on the details.