In my application I have made it abel to accept plugin dlls, and support for Zip files.
I would like to unzip a dll from a zip file into a memory stream and do an Assembly.Load or Assembly.LoadFrom however none of the overloaded methods seem to have ready support for performing such an action directly.
I was wondering what would be the best way to tackle this?
I would like to unzip a dll from a zip file into a memory stream and do an Assembly.Load or Assembly.LoadFrom however none of the overloaded methods seem to have ready support for performing such an action directly.
I was wondering what would be the best way to tackle this?