How to unload the .dll using c# ??
        Posted  
        
            by karthik
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by karthik
        
        
        
        Published on 2009-09-03T07:21:51Z
        Indexed on 
            2010/03/25
            19:13 UTC
        
        
        Read the original article
        Hit count: 377
        
c#
I am using .dll reference to my application. i want to unload the .dll in a button click event. How to do it ???
© Stack Overflow or respective owner