[Mono-dev] Custom Assembly Loader
Thiago Padilha
tpadilha84 at gmail.com
Tue Jun 8 08:42:17 EDT 2010
Hi,
How can I control the process of assembly loading when embedding
mono? I know the calling 'mono_set_dirs (myapp_lib, myapp_etc);' will
tell where the loader should find assemblies, but what If I want to
customize the loading process to load code from memory?
The reason for doing that is to implement a custom host that
supports load time assembly weaving for AOP.
Thanks in advance.
More information about the Mono-devel-list
mailing list