Importing a managed .dll into a c# application at runtime

Sep 3 2005 4:45 PM
I've looked everywhere for a example of how to do this, but everyone seems determined 
to tell me how to import an unmanaged dll, using either DllImport() or LoadLibrary().  

I have an application.  This application allows the user to select a dll (managed), which is then used.

Can anyone help me with this?

Thanks in advance

Knees