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.