Importing a managed .dll into a c# application at runtime
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