G
Guest
HI All,
i load assembly like this
Asembly v_asm = System.Reflection.Assembly.LoadFile("MYdll.dll");
and initialize class with
object v_obj = Activator.CreateInstance(....);
but How can I unload dll when i don' t need it?
thanks for help
Jan
i load assembly like this
Asembly v_asm = System.Reflection.Assembly.LoadFile("MYdll.dll");
and initialize class with
object v_obj = Activator.CreateInstance(....);
but How can I unload dll when i don' t need it?
thanks for help
Jan