Guest Deleted member 22320 Posted June 2, 2003 Posted June 2, 2003 In my application I have made it abel to accept plugin dll's, 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? Quote
*Gurus* divil Posted June 2, 2003 *Gurus* Posted June 2, 2003 One of the overloads for System.Reflection.Assembly.Load takes a byte array which (reading the documentation) looks like it might do what you need. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Guest Deleted member 22320 Posted June 2, 2003 Posted June 2, 2003 I was looking at that but wasnt sure if that was what I was looking for. I'll give it a shot and will post my results. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.