John Grove share a code at MSDN on how can we call DLLs methods dynamically using C# code.
The below code can further be modified and a developer can easily extend the functionality of his application to create a application which accepts DLLs as plug-ins. This concept is useful when different users have different requirements in a generalized application like in the case of famous photo editing program Photoshop from Adobe. Here anyone can create a plug-in and hook it up with the host application whi...
No comments yet, be the first one to post comment.