The topic is rather vague, since I donโt know what the correct terminology is for what I'm trying to do.
I downloaded the dll (I donโt have the source code) and using the reflection tool I found an error in the dll implementation. The error is easy to fix. So let's say the error is here:
class A { void f() {
Is there a way to implement my own A , which will fix the error and introduce it at runtime to replace other instances of A ?
c # dll
Shmoopy Feb 25 '14 at 12:38 2014-02-25 12:38
source share