|
-
Sep 1st, 2007, 07:08 AM
#1
Thread Starter
Hyperactive Member
[3.0/LINQ] Extending/Overwriting methods in existing DLL
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
» Twitter: @rudi_visser : Website: www.rudiv.se «
If Apple fixes security flaws, they are heralded as proactive. If Microsoft fixes a security flaw, they finally got around to fixing their buggy OS.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|