What do you mean by "destroy the dll"? Do you want to destroy the objects
belonging to the interop dll? If its a COM object, you can call
Marshal.ReleaseComObject to release the COM object and then set the object
variable to nothing to get rid of it. Take a look at the documentation
for the details involved in calling ReleaseComObject.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.