Re: Assembly.GetExecutingAssembly
- From: Mattias Sjögren <mattias.dont.want.spam@xxxxxxxx>
- Date: Fri, 14 Jul 2006 20:57:54 +0200
Bruce,
Assembly.GetExecutingAssembly returns a Reflection.Assembly
Is it possible to save that to disk as a dll or exe, so I can load it
later?
No, you can't take an Assembly object and save it to disk as an
executable.
But isn't it already a dll or exe on disk, or is this a dynamically
created assemlby or one loaded from memory?
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
.
- References:
- Assembly.GetExecutingAssembly
- From: Bruce
- Assembly.GetExecutingAssembly
- Prev by Date: Doubt with Crystal Report
- Next by Date: sending mail via System.Net.Mail.SmtpClient
- Previous by thread: Assembly.GetExecutingAssembly
- Next by thread: Re: Assembly.GetExecutingAssembly
- Index(es):
Relevant Pages
|