[Mono-list] mkbundle: how to enumerate the list of assemblies
Julien Sobrier
julien at sobrier.net
Fri Apr 27 18:17:25 EDT 2007
Hello,
how can I enumerate the list of assemblies contained in an executable
created with mkbundle? From the main assembly, I can get all the
dependencies from AppDomain.CurrentDomaon.GetAssemblies(). But what
about other assemblies that I usually load with System.Refletion and are
not part of the domain until they are loaded?
Thank you
Julien
More information about the Mono-list
mailing list