PDA

Click to See Complete Forum and Search --> : [3.0/LINQ] Extending/Overwriting methods in existing DLL


RudiVisser
Sep 1st, 2007, 07:08 AM
Hi,

I have a DLL that is compiled, it's written in C++ (Have the source of course).

What I want to be able to do is overwrite the methods in it (ONLY SOME!!!!!!!!!).

So say we have methods like this

DoThis()
DoThat()
DoSomethingElse()

I want to be able to overwrite DoThat() with C# code, and still be able to call the other functions from the C# functions that I have overwritten.

I just want to know if that is at all possible?? And if so how do I go about doing it?

Thanks :wave: