Assembly.Load from byte[]
- From: buttslapper@xxxxxxxxx
- Date: 17 Jul 2006 10:16:27 -0700
Hi,
Is it possible to load an assembly from a byte[] and make the framework
use this assembly instead of trying to locate them on disk..
Example :
My projet has a reference to the ESI.Framework assembly.
Assembly.Load(EmbeddedData.ESI.Framework);
ESI.Framework.Console c = new ESI.Framework.Console();
How can I bind the explicit reference that I added to my projet, to the
assembly loaded from my byte[]...
.
- Follow-Ups:
- Re: Assembly.Load from byte[]
- From: David Browne
- Re: Assembly.Load from byte[]
- Prev by Date: assembly merging
- Next by Date: Re: Program Failing to Run
- Previous by thread: assembly merging
- Next by thread: Re: Assembly.Load from byte[]
- Index(es):