|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Assembly.GetExecutingAssemblyAssembly.GetExecutingAssembly returns a Reflection.Assembly
Is it possible to save that to disk as a dll or exe, so I can load it later? Bruce,
>Assembly.GetExecutingAssembly returns a Reflection.Assembly No, you can't take an Assembly object and save it to disk as an>Is it possible to save that to disk as a dll or exe, so I can load it >later? 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. |
|||||||||||||||||||||||