How can I destroy COM objects in C#?
- by peril brain
What are the methods to destroy Excel COM Interop objects in C#, besides these:
object_instance = null;
System.GC.collect();
Please suggest only inbuilt techniques, not other tools like bigcannon, etc.