tags:

views:

95

answers:

0

Possible Duplicate:
Load Assembly at runtime and create class instance

I want to load a dll dyanmically in my c#.net project. I dont know how to do it. and what are the benefits I can get by dynamically loading a dll.

EDIT:

See Comments