Is there anyway to unload a DLL in efs? In other words:
var mydll = new DLL("mydll.dll") loads it and under certain cicrumstances I want to unload it and actually unload the dll from winsig.exe. I tried doing a
delete mydll;
to no avail.
Thanks
var mydll = new DLL("mydll.dll") loads it and under certain cicrumstances I want to unload it and actually unload the dll from winsig.exe. I tried doing a
delete mydll;
to no avail.
Thanks
Comment