Announcement

Collapse
No announcement yet.

unload a DLL?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • unload a DLL?

    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

  • #2
    Re: unload a DLL?

    mikem2006
    Try searching the EFS Studies forum for the keyword unload* dll as I believe this has been discussed before
    Alex


    Originally posted by mikem2006
    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

    Comment

    Working...
    X