2
shouts

How to plug-in a DLL into a C# project

posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 764 days, 4 hours, 2 minutes ago
Thursday, January 07, 2010 12:01:42 PM GMT

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...

category: Architecture | clicked: 0 | | source: midnightprogrammer.net | show counter code
tags: dll, Plug-In, Reflection

No comments yet, be the first one to post comment.

To post your comment please login or signup