Unload a .NET DLL from an unmanaged process

后端 未结 5 728
时光取名叫无心
时光取名叫无心 2020-12-09 16:33

I\'m extending my Inno-Setup script with code that I can best implement in C# in a managed DLL. I already know how to export methods from a managed DLL as functions for use

5条回答
  •  借酒劲吻你
    2020-12-09 17:21

    While not exactly an answer to your question, can't you just mark the DLL to be deleted next time the computer is restarted?

提交回复
热议问题