S
schoenfeld1
I'm trying to workaround a microsoft bug by overring one of their
methods without subclassing.
I need to basically change a Control's vtable entry for the method
PaintBackground method and point it to my own custom method.
Are there facilities to inspect / modify an object vtable with the
standard .net libraries?
If not, what does the object format look like in memory?
methods without subclassing.
I need to basically change a Control's vtable entry for the method
PaintBackground method and point it to my own custom method.
Are there facilities to inspect / modify an object vtable with the
standard .net libraries?
If not, what does the object format look like in memory?