How do I unload an assembly?



How do I unload an assembly?..

Answer / Krishna Kant Sharma

To unload an assembly, you can use the AppDomain.Unload method. However, it is important to note that assemblies can't be unloaded if they are still being used by other domains or managed objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can hashset contain duplicates c#?

1 Answers  


What is strong name assembly?

1 Answers  


What is a pre-requisite for connection pooling?

1 Answers  


What is ioc containers c#?

1 Answers  


Explain the mechanism of VB.NET/C# achieve polymorphism?

1 Answers   Siebel,


What is difference between array and list?

1 Answers  


Is typeof c#?

1 Answers  


What is the difference between dynamic and var in c#?

1 Answers  


What is the use of properties window?

1 Answers  


What is array collection?

1 Answers  


How to get the sum of last 3 items in a list using lambda expressions?

1 Answers  


What does m mean in decimal c#?

1 Answers  


Categories