i think this sample is good to unload AppDomain.
im talking about this case :
i have winapp that use dll (assembly)
im createing in runtime object from the assembly.
the destroy this object.
THEN , while the winapp is STILL RUNNING , i want to Recompile the dll (assembly) , and to use the winapp AGAIN to create object from that assembly .(this way i could ,change the code of the object ,if i found bug, and use it again).
|