Hi,
I adding a reference to .dll file in an application.
How can we do enhancements to a .dll file methods.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Mar 7, 2012, 9:04 AM
Jignesh TrivediPosted Mar 6, 2012, 11:22 PM
Agree with Vulpes,
you can write youe extension method over methods of .dll file.
you can also extend your dll class using override(virtual) function or method define in dll.
hope this help.
VulpesPosted Mar 6, 2012, 11:47 AM
If you're not familiar with these, then check this article which shows how to add an extension method to the String class:
http://www.c-sharpcorner.com/uploadfile/43e0cb/extension-methods-in-net/