user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 135. How Do I Unload An Assembly?

user image

Abhishek Mishra

2 years ago

CLR does not provide a way to unload an assembly. The only mechanism to remove the assembly is to unload the application domain in which the assembly is loaded. If you wish to remove an assembly after it has been used, you should create an application domain, load the assembly into the created application domain, and then unload the application domain when you no longer need the assembly.

Recent Doubts

Close [x]