Sweden-Number/dlls/mscoree
Vincent Povirk d6582ae8bd mscoree: Overhaul of mono runtime shutdown process.
It turns out that we can't free individual domains because that tears down
important data structures. Instead we must shut down the entire runtime, but
only if Mono doesn't shut itself down first. And we need to do it before
DLL_PROCESS_DETACH because important libraries might be gone by then.
2011-02-24 15:49:15 +01:00
..
tests mscoree/tests: Fix a broken test (LLVM/Clang). 2010-12-23 13:47:25 +01:00
Makefile.in mscoree: Add stub implementation of IMetaDataDispenserEx. 2010-11-11 16:41:54 +01:00
assembly.c mscoree: Implement config file parsing. 2010-11-11 16:25:10 +01:00
config.c mscoree: Use ifaces instead of vtbl pointers in ConfigFileHandler. 2010-12-10 13:03:31 +01:00
corruntimehost.c mscoree: Overhaul of mono runtime shutdown process. 2011-02-24 15:49:15 +01:00
metadata.c mscoree: Use an iface instead of a vtbl pointer in MetaDataDispenser. 2010-12-10 13:03:28 +01:00
metahost.c mscoree: Overhaul of mono runtime shutdown process. 2011-02-24 15:49:15 +01:00
mscoree.spec mscoree: Implement GetFileVersion. 2011-01-28 11:59:21 +01:00
mscoree_main.c mscoree: Overhaul of mono runtime shutdown process. 2011-02-24 15:49:15 +01:00
mscoree_private.h mscoree: Overhaul of mono runtime shutdown process. 2011-02-24 15:49:15 +01:00